VbzCart/queries/qryCtg Sources active

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 23:51, 3 May 2009 by Woozle (talk | contribs) (used by qryCtg_src_sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

SQL

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

 SELECT *
 FROM ctg_sources AS sc
 WHERE (sc.DateAvail <= NOW()) AND (sc.ID_Supercede IS NULL);</mysql>

<section end=sql />