[Dbix-class] Newbie question

ivan ivan at price.ru
Mon Mar 16 13:39:02 GMT 2009


I wish to realise SQL in DBIx syntax:

select * from table1 left join ( select * from table2 where date =
'mydate' ) as F ON ( table1.id = F.table1_id );


Is it possible ?




More information about the DBIx-Class mailing list