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
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>
