Hello,
Let's say i am in "sqlcl" and issued REPEAT command:
SET sqlformat ansiconsole
SELECT systimestamp FROM dual;
repeat 15 120
But then i want to break out of this loop and get the SQL> prompt back.
How does this work?
I was trying different combinations of Ctrl-C, Ctrl-\,etc. - none of these worked to allow me get out of the REPEAT command.
Please advise.
Best,
vr