Re: Adding Tables To From Clause and Corresponding Entries To Where Clause

2009-01-28 Thread John Bz
. Hopefully, this helps better clarify what I am asking. Thanks again for your help John -Original Message- From: nathan.ma...@gmail.com Sent: Tue, 27 Jan 2009 22:39:16 -0700 To: user-java@ibatis.apache.org Subject: Re: Adding Tables To From Clause and Corresponding Entries To Where

Re: Adding Tables To From Clause and Corresponding Entries To Where Clause

2009-01-27 Thread Nathan Maves
Try reading the developer's guide pdf. It will put you on the right track when you get to the dynamic sql section. Nathan On Mon, Jan 26, 2009 at 5:26 PM, John Bz john1...@inbox.com wrote: Hi, I'm new to iBatis and am trying to figure out the best way to dynamically build a query that

Adding Tables To From Clause and Corresponding Entries To Where Clause

2009-01-26 Thread John Bz
Hi, I'm new to iBatis and am trying to figure out the best way to dynamically build a query that requires you to add both entries to the from clause and the where clause. Below is an example of the sort of thing I'm trying to accomplish. Any help would be appreciated. Thanks, John