hello,
in a scenario i  want query two table at once :

q = article_engine.execute('select * from table1;select * from table2')
    for i in q:
        print i.Name

how can i get data from the second table?

and how to use the orm select ,i only find the usage with engin/session.
is there some way to use a Table.select(column=value) query?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to