Hello,

For instance if I have data tables for users, orders, and
order_line_items how would I generate a report that lists:

1) users,
2) and for each user, his/her orders,
3) and for each order, all the order_line_items

I guess I could do it in a loop in python, but I wonder of there is a
better way using SQLAlchemy.

Thank you,
:)


--~--~---------~--~----~------------~-------~--~----~
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