Duplicate table with MySQL
Just replace the new_table with the name of your new table and existing_table with the table you want to duplicate
CREATE TABLE new_table SELECT * FROM existing_table
Email: info@stevendobbelaere.be
Address: Morelgem 80 - 9520 Vlierzele
Tel.: 0472 39 88 79
Follow me on
Twitter
Facebook
LinkedIn
Skype username: stevendobbelaere
Call me on skype:
Apache 2.4 moet kunnen concureren met Nginx http://t.co/UU0zOjq4 #apache #nginx
Posted 7 hours ago
RT @jandemol: http://t.co/tiEhkEUO #googlestreetview
Posted 12 hours ago
Just replace the new_table with the name of your new table and existing_table with the table you want to duplicate
CREATE TABLE new_table SELECT * FROM existing_table