yes, It's ok, the problem was with the column types.. In my database, columns types are 'char(n)' and not varchar.
So, each time I want to compare values.. I have to set explicitely something like that : rpad (#ids[]#,36,' ') If I do not set param like this, it doesn't work.. Maybe there's a better way to deal with this.. ?? -- View this message in context: http://www.nabble.com/help-problem-with-select-request-using-%27in%27-where-clause-tf2009665.html#a5572330 Sent from the iBATIS - User - Java forum at Nabble.com.
