I hope this is what you're looking for: http://sqlobject.org/SQLObject.html#how-can-i-join-a-table-with-itself
On 11/28/05, .M. <[EMAIL PROTECTED]> wrote: > > I spent most of the weekend trying to migrate a database to SQLObject. > I've given up for the time being, the sticking point seems to be the > ability to express a self-join (?is that the right phrase?) where one > field points to 0 or more instances of the same table. I'd really like > to persist and get this working in TG though. > > Any clues on how to bypass SQLObject to do this? > > .M. > > -- [EMAIL PROTECTED]

