VbzCart/queries/qryOrdItms open

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | queries
Revision as of 21:23, 3 December 2008 by Woozle (talk | contribs) (New page: ==Details== * '''Requires''': qryOrdItms_Pkg_qtys * '''Used by''': * '''History''': ** '''2008-11-16''' created for new restocking process ==SQL== <section begin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Details

SQL

<mysql>CREATE OR REPLACE VIEW qryOrdItms_open AS SELECT * FROM qryOrdItms_Pkg_qtys WHERE QtyOpen;</mysql>