Subject | Re: [ib-support] IN limitation to 1500 ? |
---|---|
Author | Ann W. Harrison |
Post date | 2001-12-27T15:35:41Z |
At 10:13 AM 12/27/2001 +0000, tempo93fr wrote:
a database? The quick workaround is to break the list of
values into two IN clauses, like this
where <whatever> in (1 ... 1499)
or <whatever> in (1500 ...)
Regards,
Ann
www.ibphoenix.com
We have answers.
>Implementation limit exceeded1500 static values? Gracious. Have you considered using
>too many values (more than 1500) in member list to match
>
>In fact my IN statement contain more than 1500 values.
a database? The quick workaround is to break the list of
values into two IN clauses, like this
where <whatever> in (1 ... 1499)
or <whatever> in (1500 ...)
Regards,
Ann
www.ibphoenix.com
We have answers.