Leigh Kendall
Member²
Is there a trick to run more than one sql statement in the SQL window and see three grids of results at the same time?
For example:
select * from table1
select * from table2
select * from table3
======================================
table1 results grid
table2 results grid
table3 results grid
I can do this in SQL Server's Query Analyzer and was trying to do it in PL/SQL Developer to no avail.
Thanks...
------------------
Leigh Kendall
For example:
select * from table1
select * from table2
select * from table3
======================================
table1 results grid
table2 results grid
table3 results grid
I can do this in SQL Server's Query Analyzer and was trying to do it in PL/SQL Developer to no avail.
Thanks...
------------------
Leigh Kendall