[SQLObject] Multiple join with the same table
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2004-04-22 14:49:34
|
Hi! How can I rewrite a complex join like this (simplified): SELECT * FROM table1 a, table2 b, table2 c WHERE b.parent = c.id... using SQLBuilder? How can I include a table twice? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |