A admin Administrator Staff member Aug 21, 2008 #1 I would like to create a mySQL select statement like this: Select * from table where tableid IN array[] Must I first iterate through the array and make a string that is a set? And then select where tableid is in that set? Thanx in advance.
I would like to create a mySQL select statement like this: Select * from table where tableid IN array[] Must I first iterate through the array and make a string that is a set? And then select where tableid is in that set? Thanx in advance.