I'm new to using PL/SQL Developer so I could possibly be making a request for something that already exists.
I previously used SQL Navigator and was able to run multiple SQL statements using SQL editior that would give me the output of each statement in a grid with each result set on a different tab.
Select * from EmployeeTbl;
Select * from ProducerTbl;
I'd get a grid with all the employee info on the first tab and all the producer info on the second tab.
Is this possible in PL/SQL Developer? I haven't been successful with it and I continue to get error: ORA-00911: invalid character
I am aware that I can run multiple statements in the command window to see all the data on one screen but its not as uniform and clean as the grid on the SQL window.
I previously used SQL Navigator and was able to run multiple SQL statements using SQL editior that would give me the output of each statement in a grid with each result set on a different tab.
Select * from EmployeeTbl;
Select * from ProducerTbl;
I'd get a grid with all the employee info on the first tab and all the producer info on the second tab.
Is this possible in PL/SQL Developer? I haven't been successful with it and I continue to get error: ORA-00911: invalid character
I am aware that I can run multiple statements in the command window to see all the data on one screen but its not as uniform and clean as the grid on the SQL window.