I have to build a IN condition using MyBatis where have to pass a list of PARENT_VALUES to be obtained based on the foreach loop below....
PARENT_VALUES
I tried but u
I agree with Karthik Prasad and if you remove CDATA and have sth like
a_column>=6 AND b_column<10
you must do the XML escape just as below:
a_column >= 6 AND b_column < 10