April 2000
Intermediate to advanced
94 pages
1h 52m
English
APPEND
A[PPEND] text
APPEND is an editing command that lets you add text onto the end of the current line in the SQL buffer. For example:
SQL> L 1* SELECT * SQL> a FROM dual 1* SELECT * FROM dual
The text is the text you want appended to the current line.
Use two spaces after the APPEND command if you want your appended string to begin with one space.