SELECT INTO
SELECT * INTO nome_da_tabela_que_estao_a_mexer_BKP
FROM nome_da_tabela_que_estao_a_mexer
SELECT INTO
SELECT * INTO nome_da_tabela_que_estao_a_mexer_BKP
FROM nome_da_tabela_que_estao_a_mexer
into sql
#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
///example///
SELECT *
INTO Persons_Backup
FROM Persons
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us