Hello,
I am a TSQL Developer and am new to PL/SQL and PL/SQL Developer.
I would like to know whether it is possible to run two queries at the same time in one window. In SQL Server Query Analyser you could do the following for example:-
select top 1 * from table1
go
select top 1 * from table2
Thanks
I am a TSQL Developer and am new to PL/SQL and PL/SQL Developer.
I would like to know whether it is possible to run two queries at the same time in one window. In SQL Server Query Analyser you could do the following for example:-
select top 1 * from table1
go
select top 1 * from table2
Thanks