Re: is there limit on "in operator"?

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Fri, 11 Oct 2002 03:34:27 GMT
Message-ID: <7Frp9.12646$Cu.329_at_sccrnsc01>


I think it is 1,000 elements.
Jim
"Joe D" <cdu10_at_hotmail.com> wrote in message news:d775f0aa.0210101920.3ddd5905_at_posting.google.com...
> I have to use a select query using in operator where the in clause
> can not be a subquery since the conditions are not in the database.
> The query like:
> select * from mytable where mycolum in
> (very-long-concatenated-string-for-values);
>
> I am concerned that if there is limit on in, then if currently i do
> not run into trouble, sometime maybe.
>
> Can anyone help? Thanks
Received on Fri Oct 11 2002 - 05:34:27 CEST

Original text of this message