VbzCart/queries/qryStkItms for sale wItem 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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Details

  • Requires:
  1. REDIRECT Template:l/vc/query
  • Used by:
  • Status: this one may be redundant; the time when we need the item data is *after* all the sources of items-to-restock have been UNIONed together and GROUPed by item
  • History:
    • 2008-11-17 Created for revised restocking process

SQL

<mysql>CREATE OR REPLACE VIEW qryStkItms_for_sale_wItem_data AS SELECT

 qsi.*,
 i.*

FROM qryStkItms_for_sale AS qsi LEFT JOIN cat_items AS i ON qsi.ID_Item=i.ID;</mysql>