VbzCart/queries/qrySub Carts info data

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

Details

  • Requires:
  1. REDIRECT Template:l/vc/table
  • History:
    • 2009-09-08 Created for Special:VbzAdmin

SQL

<mysql>CREATE OR REPLACE VIEW qrySub_Carts_info_data AS SELECT

 ID_Cart, COUNT(ID_Cart) AS DataCount

FROM shop_cart_data GROUP BY ID_Cart;</mysql>