Page 1 of 1

Query issue

Posted: Tue Aug 10, 2010 7:00 am
by nani0907
Hi,

I ahve a sql query with IN statement.when i use the hard coded values like('X','Y','Z') .it works.when i use parameter ,the job doesnot return result.Please help me

Posted: Tue Aug 10, 2010 7:04 am
by chulett
Quotes are stripped from parameters, you'll need to escape them in order to preserve them. An exact search for "escape" should turn up many conversations on this topic here, btw.

Posted: Tue Aug 10, 2010 8:18 am
by arun_im4u