VbzCart/docs/queries/discarded/qryCbx Restocks: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (extracted from "discarded" page) |
(No difference)
|
Revision as of 21:57, 2 March 2016
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>