I have a Transact-SQL query that uses the IN operator. Something like this:
select * from myTable where myColumn in (1,2,3,4)
Is there a wa
No, there is no such type. But there are some choices:
None of these are really elegant, but that's the best there is.