Command Window: How to Start a New Prompt

RobertK

Member³
6.0.6.947

How to get out of this prompt below & discard current typing without having to type "/" ?
Thanks

SQL> begin
2 webtest.alpha;
3 for i in ( SELECT foobar !!!! dfjasdjklfaslvfnlt))
4
5
6
7
8
9
10
11
12
13
 
In SQL*Plus it would be '.', but this doesn't work in PL/SQL Developer.

Marco, could you please add this functionality?

Here is description from SQL*Plus guide:

SQL*Plus treats PL/SQL subprograms in the same manner as SQL commands, except that a semicolon ( ;) or a blank line does not terminate and execute a block. Terminate PL/SQL subprograms by entering a period (.) by itself on a new line. You can also terminate and execute a PL/SQL subprogram by entering a slash (/) by itself on a new line.
 
Back
Top