Hello, I have a problem copying a certain table to another within the same database. Can anyone show me any PHP code of SQL query that can solve this problem? Hoping for your response...
raul
Hi,
first, you make a table with the same structure, then insert into newtable select * from oldtable;
Regards,
thanks!!! to all the responder!! you've made a great help!