Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Max number of values in IN clause

536726Sep 29 2006 — edited Jun 6 2013
I know it is not efficient, but I need to select a huge number of invoices and the only thing I know is the invoice number. The query will look like
select * from ap_invoices_all where invoice_number in ('1001', '1002', ....)
How many invoice numbers can I put in this query without getting an error?
Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2013
Added on Sep 29 2006
17 comments
77,950 views