Hi, Christina.
<select id="doSelectUser" parameterClass="java.util.Map resultClass="myClass">
<![CDATA[
select * from tableName where id >= #lower# and id <=
#higher#
]]>
</select>
---------------------------------
You wrote 15 ôåâðàëÿ 2006 ã., 8:02:26:
> Hello,
> I am new to iBatis. The query is simple but looks like
> that iBatis doesn't like ">=" and "<=". Any ideas
> about how to solve this problem. Am I doing anything
> wrong? Very appreciate your help.
> The query is:
> <select id="doSelectUser"
> parameterClass="java.util.Map resultClass="myClass">
> select * from tableName where id >= #lower# and id <=
> #higher#
> </select>
> Christina
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
---------------------------------
--
Neverov mailto:[EMAIL PROTECTED]