[Dbix-class] Help with Arbitrary SQL through a custom ResultSource

Jonathan Rockway jon at jrock.us
Tue Mar 11 08:12:00 GMT 2008


* 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



More information about the DBIx-Class mailing list