Subject | Max size of parameters to IN and NOT IN? |
---|---|
Author | Robert DiFalco |
Post date | 2003-10-30T20:29:38Z |
For a prepared statement, or not I suppose, what is the maximum number
of values I can use in an IN clause?
For example:
SELECT *
FROM Foo
WHERE Foo.id IN (1,2,3,4,5);
I couldn't find this constraint in the docs. Thanks!
R.
of values I can use in an IN clause?
For example:
SELECT *
FROM Foo
WHERE Foo.id IN (1,2,3,4,5);
I couldn't find this constraint in the docs. Thanks!
R.