Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL statement is to large, and creates a error
Maxim Demenko wrote:
> jimi_xyz_at_hotmail.com schrieb:
>
>> NOTE: There is about 1884 values within the IN () function. AND..
>> >> Any help/ideas will do. >> >> Thanks Inadvance >> Jimi >>
Having 1000 (or more - as you have) elements in such an IN list
triggers the thought you are missing a table that can be referenced
through a foreign key.
More efficient than an IN list, too.
So, rethink the design.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Thu Nov 03 2005 - 12:40:31 CST