Sunday, September 29, 2013

MySQL - Duplicate table copy

Here Syntax will  copy all of structure in table from :
create table newtable like oldtable;