Difference between revisions of "VbzCart/queries/qryCtg build"
Jump to navigation
Jump to search
(moved from single-page listing) |
(No difference)
|
Revision as of 19:56, 30 November 2008
Details
- Requires: qryCtg_build_sub
- Used by:
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>