Difference between revisions of "VbzCart/queries/qryTitles ItTyps 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)

Revision as of 18:39, 30 November 2008

SQL

<mysql>CREATE OR REPLACE VIEW qryTitles_ItTyps_Titles AS SELECT

 ti.*,
 t.Name,
 t.ID_Dept,
 t.CatNum,
 t.CatWeb

FROM qryTitles_ItTyps_grpItems AS ti LEFT JOIN v_titles AS t ON ti.ID_Title=t.ID_Title;</mysql>