Skip to content
Advertisement

sqlite insert into table select * from

I need to move data from one table to another in my Android app

I would like to use the following sql:

Unfortunately in table MYTABLE2 there is an _ID column AUTOINCREMENT. What could I do?

Thanks.

EDIT: this is my MYTABLE2 the, the table I would like to populate with data from another table:

Advertisement

Answer

explicitly specify the column name in the INSERT clause,

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement