Neoview Command Interface (NCI) Guide (R2.4)

Syntax
SHOW ALIASES
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
Examples
This command displays all the aliases in the current NCI session:
SQL> SHOW ALIASES
.OS AS LH
.GOTO AS GOTO
USE AS SET SCHEMA
SHOW COLSEP Command
The SHOW COLSEP command displays the value of the column separator for the current NCI
session.
Syntax
SHOW COLSEP
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
If the SET TIMING command is set to ON, the elapsed time information is displayed.
Examples
This command displays the column separator.
SQL> show colsep
COLSEP " "
SQL> set colsep *
SQL> show colsep
COLSEP "*"
This command displays the column separator.
SQL> show colsep
COLSEP " "
SQL> set colsep *
SQL> show colsep
COLSEP "*"
SHOW ERRORCODE Command
The SHOW ERRORCODE command is an alias for the SHOW LASTERROR command.
ERRORCODE is an alias for LASTERROR. For more information, see “SHOW LASTERROR
Command” (page 137).
SHOW COLSEP Command 135