SyntaxFix
Write A Post
Hire A Developer
Questions
Creating a table and copying the data in a single command:
create table T_NEW as select * from T;
* This will not copy PKs, FKs, Triggers, etc.