Ertan Küçükoğlu wrote:
> Attach DatabaseB as source
>
> 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

The documentation <http://www.sqlite.org/lang_attach.html> says:
| Tables in an attached database can be referred to using the syntax
| schema-name.table-name.  If the name of the table is unique across all
| attached databases and the main and temp databases, then the schema-
| name prefix is not required.


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

Reply via email to