LIST

The LIST command is an editing command used to list the current line from the buffer.

L[IST] [{b|*|LAST}[ {e|*|LAST}]]

where:

L[IST]

Is the command, which may be abbreviated to L. LIST by itself will cause SQL*Plus to display all lines in the buffer.

b

Is a line number representing the beginning of a range of lines to list. If no ending line number is specified, only this one line will be listed.

e

Is a line number representing the end of a range of lines to list.

*

The asterisk refers to the current line number. It may be used in place of a line number to mark either the beginning or the end (or both) of a range of lines to be list.

LAST

LAST functions similarly to *, but refers to the last line in the buffer.

LIST, and all the other editing commands, are described in Chapter 2.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.39.23