Thread: table copy

table copy

From
oayasli@gmail.com
Date:
Is there a faster way to make a copy of a table than to do this? :

select * into mytable_copy from mytable;

Thanks,
Orhan