On 7/21/2015 8:54 PM, Hayden Livingston wrote: > I would like to compare two tables (of the same name) in two separate > database files.
Are you looking for ATTACH DATABASE ( http://www.sqlite.org/lang_attach.html ) ? -- Igor Tandetnik
On 7/21/2015 8:54 PM, Hayden Livingston wrote: > I would like to compare two tables (of the same name) in two separate > database files.
Are you looking for ATTACH DATABASE ( http://www.sqlite.org/lang_attach.html ) ? -- Igor Tandetnik