. How to duplicate a table in mysql?
Coding Tips[Jul-30-2019]    

How to duplicate a table in mysql?

Very simple query to duplicate a table in mysql. Use this simple query mentioned in the link and duplicate any table with content with another table name. You can also dump the whole data of the table to another data base.

https://stackoverflow.com/questions/3280006/duplicating-a-mysql-table-indices-and-data

Comments - 2


Weby Post Official 4 years ago

Coding tips will always surprise us with these sought of typical tips Thanks for sharing with us :)


Mahesh Sharma 4 years ago

Great tutorial. Loved it actually!! :)