Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Very long "WHERE" list.
Dear Experts,
I have to execute a SELECT statement with a very long "IN" list with
several thousands of values:
SELECT something FROM table WHERE id IN (1,3,5, ...., 20001)
Unfortunately Oracle can not process this request directly. Is there
any way to by path this limitation?
Regards,
Serguei.
Received on Thu Jul 08 2004 - 11:42:01 CDT
![]() |
![]() |