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!

Running Stacked Queries in Oracle SQL Developer

PSULionRPJun 21 2012 — edited Jun 21 2012
Is it possible to run stacked queries in Oracle SQL Developer???

Something like this...

SELECT *
FROM TABLE_1
;

SELECT *
FROM TABLE_2
;

SELECT *
FROM TABLE_3
;

And give my 3 different result sets in my Query Result window

I tried "BEGIN" and "END" and Oracle SQL Developer did not seem to like it.

Can someone let me know if this is possible and what the syntax might be???

Thanks in advance for your review and am hopeful for a reply.

PSULionRP
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2012
Added on Jun 21 2012
2 comments
998 views