SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this Create table New_table as select * from Old_table where 1=2 ; but be careful The table you create does not have any Index, PK and so on like the old_table.
Create table New_table as select * from Old_table where 1=2 ;