My application  needs an output which will use the Keyword IN

<![CDATA[
SELECT * FROM SAMPLE_TABLE WHERE SAMP_ID IN (1,5,8) ORDER BY SAMP_ID;
]]>

This is how i have used in xml query file. but i didnt get any output for
the desired query.
what cud have gone wrong. the same query in MySQL works fine, since its a
simple In query.

thanks in advance 4 the response.

PraDz
-- 
View this message in context: 
http://www.nabble.com/iBatis---SQL-IN-keyword-tf3524576.html#a9833188
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to