I am trying to pass a variable to a sql statement....select * from table where idnumber in (?). My variable is a string from a table. It is in the format... 3373, 3232, 3433 However, the query will only pull that first number. It won't pull the other two with it as a normal in statement would. What am I doing wrong there?
Start Free Trial