VbzCart/queries/qryCtg build

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 01:56, 10 November 2010 by Woozle (talk | contribs) (appears to be unused)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

  • Status: Appears to be unused -- not found in database
  • Requires: qryCtg_build_sub
  • History:
    • 2010-11-09 marked as unused

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 />