Array in a query
Posted: Thu 17 Dec 2009 10:59
Hi,
I would like to create a query like this
My Id is store in an array of string.
It is possible to do that in automatic ?
Thank's
I would like to create a query like this
Code: Select all
Select * from table where (id=1 or id=2 or id=3)It is possible to do that in automatic ?
Thank's