HP (Hewlett-Packard) 544530-001 Computer Accessories User Manual


 
Syntax
SHOW TIME
Considerations
In the Neoview Script interface, you must enter the command on one line. The command does
not require an SQL terminator.
Example
This command shows that the setting for the local time in the SQL prompt is OFF:
SQL>show time
TIME OFF
SHOW TIMING Command
The SHOW TIMING command displays whether the setting for the elapsed time is ON or OFF.
Syntax
SHOW TIMING
Considerations
In the Neoview Script interface, you must enter the command on one line. The command does
not require an SQL terminator.
Example
This command shows that the setting for the elapsed time is OFF:
SQL>show timing
TIMING OFF
SHOW VIEWS Command
The SHOW VIEWS command displays all or a set of the views that exist in the current schema
of the Neoview Script session.
Syntax
SHOW VIEWS [wild-card-pattern]
wild-card-pattern
is a character string used to search for and display views with names
that match the character string. wild-card-pattern matches an
uppercase string unless you enclose it within double quotes. To look
SHOW TIMING Command 129