/ Published in: MySQL
Expand |
Embed | Plain Text
INSERT INTO table (field1, field1)( SELECT field1, field2 FROM table)
You need to login to post a comment.
luglio7 on 11/30/10
1 person have marked this snippet as a favorite
INSERT INTO table (field1, field1)( SELECT field1, field2 FROM table)
You need to login to post a comment.