> -----Original Message----- > From: ivan [mailto:[email protected]] > Sent: Monday, March 16, 2009 9:39 AM > To: DBIx::Class user and developer list > Subject: [Dbix-class] Newbie question > > 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 ? > >
export DBI_TRACE=1 _______________________________________________ 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]
