For example, i want to generate sql as follow:
  select * from db1.table1 t1, db2.table2 t2 where t1.key=t2.key
How can i do this using sqlalchemy core.
Thinks.

-- 
http://www.yi-programmer.com/blog/

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to