From: Oleg B. <ph...@ph...> - 2011-05-11 19:52:25
|
On Wed, May 11, 2011 at 01:14:22PM -0600, Pгoм???тн?????s 0x01 wrote: > I was wondering if it was possible to attach columns from another table Not with high-level API (classes/instances); see http://sqlobject.org/FAQ.html#how-can-i-do-a-left-join See also sqlbuilder.Select: http://sqlobject.org/SQLBuilder.html#select but it's lower-level API. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |