Appreciate your feedback, thanks.
I'm trying the in sql clause but am having sytax issues, can you give me an example of a in clause used? I couldn't find one online.
As for the number value array, I figured a varchar would be more flexible and easier to work with than an int. What's your opinion?
Thanks a million.
I want to match an id ( int ) against an array value in a column in a table, the array value holds multiple numbers.
I think your in clause will work, just having problems formating it.