VbzCart/procs/Upd TitleIttyps fr CatIttyps
From HTYP, the free directory anyone can edit
[edit] About
- Input: cat_ittyps
- Output: _title_ittyps (update)
[edit] SQL
CREATE PROCEDURE Upd_TitleIttyps_fr_CatIttyps() UPDATE _title_ittyps AS ti LEFT JOIN cat_ittyps AS it ON ti.ID_ItTyp=it.ID SET ti.ItTypNameSng = it.NameSng, ti.ItTypNamePlr = it.NamePlr, ti.ItTypSort = it.Sort;

