Créez une nouvelle table à partir de l'ancienne table avec des données
Select * into new_table from old_table
Nutty Narwhal
Select * into new_table from old_table