VbzCart/procs/Upd TitleIttyps fr Titles

From HTYP, the free directory anyone can edit

Jump to: navigation, search

[edit] About

[edit] SQL

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;
Personal tools