VbzCart/queries/qryRstkReq by PurchOrd

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 18:54, 22 December 2008 by Woozle (talk | contribs) (updated name of the query this is used for)

About

SQL

<mysql>CREATE OR REPLACE VIEW qryCbx_RstkReq_by_PurchOrd AS SELECT

 r.ID,
 CAST(r.PurchOrdNum AS CHAR) AS Descr,
 NOT IsLocked AS IsOpen,
 r.WhenOrdered,
 r.WhenConfirmed,
 r.ID_Supplier

FROM rstk_req AS r WHERE r.PurchOrdNum IS NOT NULL ORDER BY COALESCE(r.WhenKilled,r.WhenOrdered,r.WhenCreated) DESC;</mysql>