VbzCart/docs/queries/discarded/qryCbx Restocks
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>