Is there any technical limitation from the AS side on the number of values that can be passed into the IN clause?
book
Article ID: KB0085136
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Resolution: There is no limit on number of values that you can have for IN. They need to be of the same type and match the type of the field in question.
Example :
phone_number in (?, ?,....)
Issue/Introduction
Is there any technical limitation from the AS side on the number of values that can be passed into the IN clause?