VbzCart/queries/qryCtg Items updates joinable

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

Details

SQL

<mysql>CREATE OR REPLACE VIEW qryCtg_Items_updates_joinable AS

 SELECT
   CONCAT_WS('-',u.ID_Title,u.CatSfx) AS IDS_Item,
   CONCAT_WS('-',t.CatNum,u.CatSfx) AS CatNum,
   u.*
 FROM qryCtg_Items_updates AS u LEFT JOIN qryCat_Titles AS t ON u.ID_Title=t.ID;</mysql>