* On Tue, Mar 11 2008, Steve Kirkup wrote:
> I guess, I don't understand what the subquery is supposed to
> encompass.  My SQL is basically
>
> SELECT * FROM Table INNER JOIN Sub_Table ON ( Table.id = Sub_Table.id
> ) WHERE Table.id = '1'

Why can't you just implement this with normal relationships?

Regards,
Jonathan Rockway

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to