VbzCart/queries/discarded/qryCbx Restocks

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | queries‎ | discarded
Revision as of 21:57, 2 March 2016 by Woozle (talk | contribs) (extracted from "discarded" page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Details

  • Status: deleted (ultimately depends on old restock table, so doesn't work anymore)
  • Notes: MySQL gives a "query cancelled" error when running this SQL to create the view, but actually it creates it just fine.

SQL

<mysql>CREATE OR REPLACE VIEW qryCbx_Restocks AS

 SELECT * FROM qryCbx_Restocks_byStatus

UNION

 SELECT * FROM qryCbx_Restocks_byPurchOrd;</mysql>