Sélectionnez la nouvelle table SQL

SELECT *
INTO newtable [IN externaldb]
FROM oldtable
WHERE condition;
dr4ft