Into
The SELECT INTO statement selects data from one table and inserts it into a different table. The SELECT INTO statement is most often used to create backup copies of tables.
Syntax:
SELECT * INTO new_table_name [IN externaldatabase]
FROM old_tablename
The SELECT INTO statement selects data from one table and inserts it into a different table. The SELECT INTO statement is most often used to create backup copies of tables.
Syntax:
SELECT * INTO new_table_name [IN externaldatabase]
FROM old_tablename
0 comments:
Post a Comment