Subject Re: SQL query aborts when SQL statement is too long or complex.
Author Dmitry Yemanov
06.02.2014 12:38, hosodaamiya wrote:

> SQL query includes the condition like below ends with error.
>
> e.g. )
> where ID in ('000001','000002,'...'000800')

i.e. 800 constants? And no other conditions in the WHERE clause?

> Boundary values seems to depend on other conditions, etc.
> But it is obviously smaller than the range available.

What do you mean by available range? Documented 1500 items limit or
something else?


Dmitry