/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
INSERT INTO the_table (column1, column2) SELECT 'one', 'two' UNION SELECT 'three', 'four' UNION SELECT 'five', 'six'
URL: http://forums.adobe.com/message/2138963