VbzCart/queries/qryStk lines remaining forSale

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 23:03, 29 November 2009 by Woozle (talk | contribs) (documentation update)

Details

SQL

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

 SELECT *
 FROM qryStk_lines_remaining
 WHERE QtyForSale>0;</mysql>

<section end=sql />