2 Day Developer > Using SQL Command Line > Using SQL Command Line > Displaying Help With SQL Co...
Displaying Help With SQL Command Line |
Previous |
Next |
To display a list of Help topics for SQL Command Line, enter HELP
INDEX
at the SQL prompt as follows:
SQL> HELP INDEX
From the list of SQL Command Line Help topics, you can display Help about an individual topic by entering HELP
with a topic name. For example, the following displays Help about the SQL Command Line COLUMN
command, which enables you to format column output:
SQL> HELP COLUMN