If I write a query like
select * from some_table where some_field in (1, 2, 3 ...)
then how long can this list be for query to be successfully executed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quoted from
Oracle® Database SQL Language Reference
11g Release 2 (11.2)
Part Number E26088-01
“You can specify up to 1000 expressions in expression_list.”