Copy table layout with keys in one query
Posted on February 27, 2012
Copy compleet table layout including keys in one query:
CREATE TABLE newtable LIKE oldtable;
Copy compleet table layout including keys in one query:
CREATE TABLE newtable LIKE oldtable;