GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQHow can I have a decode statement that returns multiple values (e.g. a collection)?
Hi Tom,
I'd like to use a decode statement that returns multiple values instead of a single value. The statement where I will be using this is something like:
select * from v_viewname v where v.enterprise in
decode(v_in_enterprise,
...
Sponsored Links
Read Next: JVM in the Database
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
