VbzCart/docs/queries/qryCbx Items active: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | queries
Jump to navigation Jump to search
imported>Woozle
(moved from single-page listing)
 
m (Woozle moved page VbzCart/VbzCart/queries/qryCbx Items active to VbzCart/docs/queries/qryCbx Items active 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 qryCbx_Items_active AS SELECT ID, Descr FROM qryCbx_Items_data WHERE (NOT isPulled) AND (CatNum IS NOT NULL) ORDER BY CatNum;</mysql> <section end=sql />