On 20 Jul 2016, at 12:21am, Robby Helperin <r...@spotlightmusic.com> wrote:

> Any SQLite string is going to refer to just one database, so you can't write
> an INSERT command that will take from one database and write to another, or
> can you?  How would this normally done?

See the ATTACH command:

<https://www.sqlite.org/lang_attach.html>

Open one database file and ATTACH another.  Once command can refer to tables in 
both database files.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to