Use &lt; for the < symbol
(or put <![CDATA[  .....  ]]> around the query
The < is seen as start of xml tag


-----Original Message-----
From: HelpMePlz [mailto:supriyanaidupell...@gmail.com] 
Sent: 27 August 2009 10:57 AM
To: user-java@ibatis.apache.org
Subject: <= issues


hi to all

i  want one help in my requirement in ibatis query i have to use <= but is
showing error my same code like this
<isNotEmpty prepend="AND" property="createFromDt">
                        TO_DATE(NnsManageGroupsPickerV.CREATION_DATE,
'MM/DD/YYYY')
                        >= TO_DATE(#createFromDt#,'MM/DD/YYYY')
                </isNotEmpty>
                <isNotEmpty prepend="AND" property="createToDt">
        
TO_DATE((TO_CHAR(NnsManageGroupsPickerV.CREATION_DATE,
'MM/DD/YYYY')),'MM/DD/YYYY')
                        <= TO_DATE(#createToDt#,'MM/DD/YYYY')
                </isNotEmpty>


please help me it is urgent requirement for me 

Thanks
-- 
View this message in context:
http://www.nabble.com/%3C%3D-issues-tp25167270p25167270.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org


No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.409 / Virus Database: 270.13.69/2328 - Release Date: 08/26/09
12:16:00


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to