MySQL INSERT SELECT

INSERT INTO table1 (field names) SELECT field name FROM table2;

No comments:

Post a Comment