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!

how to select multiple rows using execute immediate

442326Apr 25 2005 — edited Apr 26 2005
I have a function which accepts multiple args and uses them to build a select statement and I then run this via execute immediate. All works fine when only one row is returned, but I get no output when the select statement would return multiple rows. How do I handle this OR should I build my sql statement and run it some other way?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2005
Added on Apr 25 2005
6 comments
3,646 views