Neoview Command Interface (NCI) Guide (R2.5)
.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 129).
Syntax
SHOW ERRORCODE
Examples
This command displays the error of the last SQL statement that was executed:
SQL> SHOW ERRORCODE
ERRORCODE 29481
SHOW COLSEP Command 127