Template:SELECTINTO

From Organic Design wiki
Revision as of 22:00, 19 May 2008 by Sven (talk | contribs) (Another ex)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template creates a simple MySql SELECT statement of the form:

SELECT {{{columns}}}
INTO {{{insertcol}}}
FROM {{{tables}}}