list sql command

cms technology web page configuration drupal web site

 

SQL> help list

 LIST
 ----

 Lists one or more lines of the most recently executed SQL command
 or PL/SQL block which is stored in the SQL buffer. Enter LIST with
 no clauses to list all lines.

 L[IST] [n | n m | n  * | n LAST | * | * n | * LAST | LAST]

EXAMPLE:

SQL> list
  1* select ename, hiredate from emp


SQL> l
  1* select ename, hiredate from emp


Custom Search