Buat tabel baru di SQL dari tabel lama dengan data
Select * into new_table from old_table
Nutty Narwhal
Select * into new_table from old_table