Hi all,
can anyone tell mey what the maximum number of values (if there is any) which can be used in the WHERE ... IN clause?
ex:
.... WHERE ID IN (1, 2, 3 ... , n) ....
what is the maximum number of values which I can put between paranthesis?
10x in advance
mihai.
PS. I'm using JDBC to execute my SQL queries