SELECT INTO statement in sqlite.

Posted by monish on Stack Overflow See other posts from Stack Overflow or by monish
Published on 2010-03-02T09:06:19Z Indexed on 2010/05/18 1:30 UTC
Read the original article Hit count: 328

Filed under:

HI Guys,

Here I a wanna know that whether sqlite supports SELECT INTO statement.

Actually I am trying to save the data in my table1 into table2 as a backup of my database before modifying the data.

for that when I am using the SELECT INTO Statement a syntax error was generating as:

My query as:

SELECT * INTO equipments_backup FROM equipments;

"Last Error Message:near "INTO":syntax error".

Anyone's help will be appreciated.

Thank you, Monish.

© Stack Overflow or respective owner

Related posts about sqlite3