if I had a database called db1 with table tbl1 with field id and a second db 
called db2 and a table called tbl2 with field id, whats the correct syntax to 
query across the 2 databases eg:

"select * db1..tbl1 a , db2..tbl2 b where a.id=b.id"

This doesnt work, can someone modify it to work?


Thanks for your help in advance.


Dave


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

Reply via email to