Arjen Visser
Member
I am a TOAD user switching to PL/SQL developer. In the SQL Window, how can I run mutliple SQL statements like in TOAD where you can run multple SQL statements as scripts.
Now I have to open a new SQL Window for every SQL statement that I need to run as part of my testing.
Example:
truncate table emp;
truncate table dept;
insert into emp select * from ....
I would like to have this all in one SQL Window, and just press F8 to execute this. Is this possible?
Now I have to open a new SQL Window for every SQL statement that I need to run as part of my testing.
Example:
truncate table emp;
truncate table dept;
insert into emp select * from ....
I would like to have this all in one SQL Window, and just press F8 to execute this. Is this possible?