SQL "IN" keyword
Posted: Thu Jun 14, 2012 3:49 am
I have a situation where i need to use "IN" SQL keyword in the query..
and bill_transaction.cpt_code in (@procedures)
@procedures will have values passes like "9005,90010"...but its not taking this statement. Its also not taking "'9005','90010'"
how do I send @procedures from my silverlight application?
and bill_transaction.cpt_code in (@procedures)
@procedures will have values passes like "9005,90010"...but its not taking this statement. Its also not taking "'9005','90010'"
how do I send @procedures from my silverlight application?