Product Documentation

FairCom ISQL

Previous Topic

Next Topic

HELP

Syntax

HE[LP] {COMMANDS|CLAUSES};

HE[LP] ;

Description

The HELP statement displays the help information for the specified statement or clause.

Notes

  • HELP COMMANDS displays a list of statements for which help text is available.
  • HELP CLAUSES display a list of clauses for which help text is available.
  • HELP statement with no clauses display the help text for the HELP statement.

Example

The following HELP statement will give a brief description of the SELECT statement.


ISQL> HELP SELECT;


TOCIndex