NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
H-2
Examples—HEADINGS
For details of the way report writer determines headings, see the Considerations
subsection in DETAIL Command on page D-43.
Examples—HEADINGS
To omit headings from reports, enter:
>> SET STYLE HEADINGS OFF;
HELP Command
HELP is an SQLCI command that displays information about SQL statements, SQLCI
commands, and other SQL-related topics.
help-topic
is the topic you want information about.
SYNTAX, DETAIL, or EXAMPLE
specifies the type of information you want:
The default is SYNTAX.
Considerations—HELP
HELP topics correspond to the main words of each major entry in the NonStop
SQL/MP Reference Manual. For example, HELP is available for the topic CREATE
TABLE (not CREATE or CREATE TABLE statement).
HEADINGS { ON }
{ OFF }
The default is ON.
{ ALL }
{ }
HELP { [ , SYNTAX ] } ;
{ help-topic [ , DETAIL ] }
{ [ , EXAMPLE ] }
SYNTAX displays the syntax of a statement, command, language element, or
compiler directive, or a summary of a topic.
DETAIL displays all available information about the topic (syntax or summary,
plus examples and any detailed text that is available).
EXAMPLE displays examples of using the statement, command, language element,
or compiler directive. (Available for all statements and commands, but
not for all topics.)