Skip to Main Content

SQL & PL/SQL

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!

passing multiple parameters in sql query

2753631Oct 30 2012 — edited Oct 30 2012
Hi All,

This may not be the correct place to post this.

How to pass multiple paramters to a variable in sql developer.

Ex: Select * from Country where state= :statename (Country is table name, state is column name)

If I execute the above query in SQL Developer I can pass only one parameter at a time for :statename ie either KERALA,KARNATAKA,PUNJAB etc.
How can I pass multiple values (all KERALA,KARNATAKA,PUNJAB) or ALL column values at a time in SQL Developer.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2012
Added on Oct 30 2012
9 comments
7,375 views