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
About
- Requires: qryTitles_ItTyps_grpItems, qryCat_Titles_Item_stats
- Used by: catalog department pages
- History:
- 2009-04-13 v_titles -> qryCat_Titles_Item_stats
SQL
<section begin=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 qryCat_Titles_Item_stats AS t ON ti.ID_Title=t.ID_Title;</mysql> <section end=sql />
