View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 11:32 AM
yataaa
 
Posts: n/a
Default doing query for an array of strings

Hi!

What I would like to do is this:
SELECT * FROM 'tableName' WHERE ColumnName is in ARRAY

and ARRAY has the form of a set or array, like {"foo", "bar", "raz",
"ma", "taz"}. I can't do it like "...WHERE ColumnName='foo' OR
ColumnName='BAR' OR ..." because I don't know those strings and how many
of them are in the set before.

--
Dan
Reply With Quote