VbzCart/docs/queries/qryRstks unsent

From Woozle Writes Code
< VbzCart‎ | docs‎ | queries
Revision as of 01:56, 25 February 2024 by Woozle (talk | contribs) (Woozle moved page VbzCart/VbzCart/queries/qryRstks unsent to VbzCart/docs/queries/qryRstks unsent without leaving a redirect: part 3/5)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Returns: Restocks created and not terminated but not yet ordered from supplier
  • Requires: Template:Vbzcart/query
  • Used by:
  • History:
    • 2008-12-04 Created for new restock process

SQL

<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryRstks_unsent AS SELECT

 *

FROM

 qryRstks_active

WHERE WhenOrdered IS NULL;</mysql> <section end=sql />