[SQLObject] Ordering results from a related join
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Martin O. <ma...@ga...> - 2004-03-30 20:06:18
|
Hello, Is there a "clean" way to order the results from a related join e.g. order team.players by their names where the Team table has a related join on the Players table ? Martin |