Roger has asked for the wisdom of the Perl Monks concerning the following question:
My Catalyst models are 'TblUserContact', 'TblLoanAccepted' and 'TblLoanDetails'.select a.loanid, d.itemid, u.userid, a.enddttime, u.companyid,d.interestt +ype from tbl_user_contact u, tbl_loan_accepted a, tbl_loan_details d where u.userid = d.userid and d.itemid = a.itemid and d.amount > 100000 ;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Query that joins multiple tables using different keys
by Limbic~Region (Chancellor) on May 15, 2007 at 13:41 UTC |