On Wed, Jul 05, 2006 at 04:47:10PM +0200, Pau Aliagas wrote:
> I've tried to create this query using JOIN/LEFTJOINOn et cetera to no 
> luck. I can join tables in pairs, but I cannot chain the joins as I need 
> here.

   Join could be a list:

MyTable.select(where_clause, join=[LEFTJONON(...), STRIGHTJOIN(...)])

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to