It is possible to put more than 1000 items in the SQL IN clause? We have been getting issues with our Oracle database not being able to handle it.
IF yes, how do we
We can have more than one "IN" statement for the same variable.
For ex:
select val from table where val in (1,2,3,...) or val in (7,8,9,....)