Manipulating Commands
SQL*Plus editing commands
Adds text to the end of the current line in SQL buffer.
Enter two spaces to separate the old and the new text.
Replace old text with new text on the current line.
del [n | n m | n * | n last | * | * n | * last | last ]
Deletes one or more lines of the buffer. ‘*’ - current line.