VbzCart/procs/Upd TitleIttyps fr Titles
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Input: _titles
- Output: _title_ittyps (update)
SQL
<section begin=sql /><mysql>CREATE PROCEDURE Upd_TitleIttyps_fr_Titles()
UPDATE _title_ittyps AS ti LEFT JOIN _titles AS t ON t.ID=ti.ID_Title
SET
ti.CatNum = t.CatNum,
ti.CatWeb = t.CatWeb;</mysql>
<section end=sql />
