passing multiple parameters in sql query
2753631Oct 30 2012 — edited Oct 30 2012Hi 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