Is there a limit on the number of elements that can be included in an IN clause in an Informix query (for example, a limit of 1000 units in Oracle)?
We have a "large" (possibly 2000) list of element numbers passed through the web service for selection, so there really is no context available outside the list of elements.
source
share