Hello-
Does any one know what is the maximum limit of values can be in IN clause in HANA. I know the In oracle 10 g R2 it was limited to about 1000.
Example:
Select Count(T.Object_ID) from T where OBJECT_ID IN (1,2,3......,1000,..?)
What is the maximum Count in above query?