Mega Code Archive

 
Categories / MySQL / Table Index
 

Creating a New Table by Copying

CREATE TABLE newTable SELECT * FROM databaseName.tableName;