B
BAC
XP Pro, Office 2007 SP1
What is the maximum number of elements that can be included in an IN() Clause:
e.g.
Select *
From Units
Where unit number in (1,2,3,4,5,6,7.....)
I"ve found limits for "AND" operators in a WHERE/Having Clause (and I'm
guessing that holds for "OR"s as well) , and I'm hinking that would limit me
to 100 IN() elements.
TIA
What is the maximum number of elements that can be included in an IN() Clause:
e.g.
Select *
From Units
Where unit number in (1,2,3,4,5,6,7.....)
I"ve found limits for "AND" operators in a WHERE/Having Clause (and I'm
guessing that holds for "OR"s as well) , and I'm hinking that would limit me
to 100 IN() elements.
TIA