Hi,

Assume that there are two databases as follows:
DatabaseA
-Table1
-Table2

DatabaseB
-Table3

My application is normally working on DatabaseA. I run an attach command for
DatabaseB like:
Attach DatabaseB as source

After a successful attach. If I want to select something from
DatabaseB-Table3 is it enough to call below SQL?
Select * from Table3

Or, even if there is no table names that overlap on each other, Do I still
need to run something as follows:
Select * from source.Table3

Thanks.
Ertan Küçükoğlu





_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to