Template:SELECTINTO

From Organic Design wiki

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

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