Table A has a one to many relationship with Table B.  There may be zero or more 
rows in B for each row in A.

I would like to have a query that retrieves all the rows in table A joined with 
the "first" related row in table B (if one exists). In this case, each row in 
table B has a DATE field and I want to retrieve the row with the latest date.  
Is this possible using joinedload?

Thanks,
Mark

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