VbzCart/procs/Upd DeptIttyps fr CatIttyps
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Input: cat_ittyps
- Output: _dept_ittyps (update)
SQL
<section begin=sql /><mysql>CREATE PROCEDURE Upd_DeptIttyps_fr_CatIttyps()
UPDATE _dept_ittyps AS di LEFT JOIN cat_ittyps AS it ON it.ID=di.ID_ItTyp
SET
di.ItTypNameSng = it.NameSng,
di.ItTypNamePlr = IFNULL(it.NamePlr,it.NameSng);</mysql>
<section end=sql />
