sqlite - Insert from one Database table to another Database table in ANDROID -
this question has answer here:
- copying data 1 sqlite database another 5 answers
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
Post a Comment