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
< VbzCart‎ | procs
Revision as of 20:18, 8 March 2009 by Woozle (talk | contribs) (New page: ==About== * '''Input''': {{vbzcart|table|cat_ittyps}} * '''Output''': {{vbzcart|table|_dept_ittyps}} (update) ==SQL== <section begin=sql /><mysql>CREATE PROCEDURE Upd_DeptIttyps_fr_CatItty...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

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>