sqlite - Insert from one Database table to another Database table in ANDROID -


this question has answer here:

how can use insert into/select 1 database table database table. more explanation have 1 data base "userdb" name , "usertble" table , another-one "worddb" , "wordstble" table name.

as separated databases, can't using sql.

you must make query source table, read sequentially results query , insert each record in target table.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -