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 ? _______________________________________________ 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]
