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


 
SQL>where jobcode=450;
....
Pressing Enter lists the employee number and last names of all employees whose job code
is 450:
EMPNUM LAST_NAME
------ --------------------
180 CONRAD
215 LANCASTER
216 JONES
225 HELMSTED
232 SPINNER
--- 5 row(s) selected.
SQL>
HELP Command
The HELP command displays help text for the interface commands that are supported in the
current operating mode.
Syntax
HELP [command-name]
command-name
is the name of an interface command that is supported in the current
operating mode. If you do not specify a command, Neoview Script returns
a list of all commands that are supported in the current mode. If you specify
SET, Neoview Script returns a list of all SET commands that are supported
in the current mode. If you specify SHOW, Neoview Script returns a list of
all SHOW commands that are supported in the current mode.
Considerations
In the Neoview Script interface, you must enter the command on one line. The command does
not require an SQL terminator.
Examples
This HELP command lists all the commands that are supported in SQL mode:
SQL>help
This HELP command lists all the SET commands that are supported in SQL mode:
SQL>help set
This HELP command shows help text for SET IDLETIMEOUT:
SQL>help set idletimeout
This HELP command lists all the SHOW commands that are supported in CS mode:
CS#help show
HISTORY Command
The HISTORY command displays recently executed commands, identifying each command by
a number that you can use to reexecute or edit the command.
90 Neoview Script Interface Commands