VbzCart/docs/queries/qryCtg build

From Woozle Writes Code
< VbzCart‎ | docs‎ | queries
Revision as of 19:56, 30 November 2008 by imported>Woozle (moved from single-page listing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Details

SQL

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

 SELECT
   *,
   isForSale And Not IFNULL(isCloseOut,FALSE) AS isInPrint,
   IFNULL(ItOpt_Descr_part,NameSng) AS ItOpt_Descr
 FROM qryCtg_build_sub</mysql>

<section end=sql />