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
Details
- Requires: v_stk_lines_remaining
- Used by: qryStkItms_for_sale
- Note: Eventually rename as "qryStkLines_for_sale"
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryStk_lines_remaining_forSale AS
SELECT * FROM v_stk_lines_remaining WHERE QtyForSale>0;</mysql>
<section end=sql />
