Difference between revisions of "VbzCart/queries/qryCbx Titles"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(moved from single-page listing)
 
(No difference)

Latest revision as of 18:48, 30 November 2008

Details

SQL

<mysql>CREATE OR REPLACE VIEW qryCbx_Titles AS SELECT

 ID,
 CONCAT_WS(' ',CatNum,Name) AS Descr

FROM qryCat_Titles ORDER BY CatNum;</mysql>