Return to Snippet

Revision: 21169
at December 5, 2009 14:17 by arpit


Initial Code
INSERT INTO the_table (column1, column2)
SELECT 'one', 'two' UNION
SELECT 'three', 'four' UNION
SELECT 'five', 'six'

Initial URL
http://forums.adobe.com/message/2138963

Initial Description


Initial Title
SQL for adding multiple values in one insert

Initial Tags


Initial Language
SQL