SyntaxFix
Write A Post
Hire A Developer
Questions
You can easily get data from another table. You have to add fields only you want.
The mysql query is:
INSERT INTO table_name1(fields you want) SELECT fields you want FROM table_name2
where, the values are copied from table2 to table1