Name

APPEND

Synopsis

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.

Note

Use two spaces after the APPEND command if you want your appended string to begin with one space.

Get Oracle SQL*Plus Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.