Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

HELP statement [Interactive SQL]

Provides help in the Interactive SQL environment.

Syntax
HELP [ 'topic' ]
Remarks

The HELP statement is used to access SQL Anywhere documentation.

The topic for help can be optionally specified. You must enclose topic in single quotes. In some help formats, the topic cannot be specified; in this case, a link to a general help page for Interactive SQL appears.

You can specify the following topic values:

  • SQL Anywhere error codes
  • SQL statement keywords (such as INSERT, UPDATE, SELECT, CREATE DATABASE)
Privileges

None.

Side effects

None.

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.