I am using sqlite3 a lot.  As a database growing larger and larger, I would
like to seperate some tables into another database.  In sqlite3, you can use
something like:
select * from db_a.table1 join db_b.table1 using (ID)

However, I cannot figure out how to use such statement in python.  You help
will be greatly appreciated.

zongzhi
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to