[Dbix-class] Multi-table selects?

Tom Lanyon tom at netspot.com.au
Tue Dec 26 13:55:07 GMT 2006


Hi all,

Am I able to do a multi table select in DBIC without using a JOIN?

Example: 'SELECT t1.*, t2.* FROM t1, t2 WHERE t1.foo = t2.bar AND t1.baz 
 > 5'.

If this is currently unimplemented in DBIC, what is needed to implement 
such a query?

Regards,
Tom


--
Tom Lanyon
aka dec



More information about the Dbix-class mailing list