VbzCart/docs/queries/qryOrdItms open: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | queries
Jump to navigation Jump to search
imported>Woozle
(New page: ==Details== * '''Requires''': qryOrdItms_Pkg_qtys * '''Used by''': * '''History''': ** '''2008-11-16''' created for new restocking process ==SQL== <section begin...)
 
m (Woozle moved page VbzCart/VbzCart/queries/qryOrdItms open to VbzCart/docs/queries/qryOrdItms open without leaving a redirect: part 2)
 
(No difference)

Latest revision as of 01:55, 25 February 2024

Details

SQL

<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryOrdItms_open AS SELECT * FROM qryOrdItms_Pkg_qtys WHERE QtyOpen;</mysql> <section end=sql />