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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -