VbzCart/procs/Upd CatPages

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 18:08, 8 March 2009 by Woozle (talk | contribs) (New page: ==About== '''Updates''': _cat_pages -> {{vbzcart|table|cat_pages}} ==SQL== <section begin=sql /><mysql>CREATE PROCEDURE Upd_CatPages() REPLACE INTO cat_pages SELECT * FROM _cat_pages ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Updates: _cat_pages -> cat_pages

SQL

<mysql>CREATE PROCEDURE Upd_CatPages()

 REPLACE INTO cat_pages
 SELECT * FROM _cat_pages
 ORDER BY Path;</mysql>