HPlogo ALLBASE/SQL Message Manual: HP 9000 Computer Systems > Chapter 1 Introduction

Using the HELP command

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

ISQL, SQLAudit, SQLGEN, SQLUtil, NETUtil, SQLMigrate, and SQLMON have HELP commands. The help facility can be used for basic information such as correct syntax for a specific command. For example:

      isql=> help info;
 
      =======================
        ISQL INFO Command
      =======================
 
      The INFO command displays definitions of the columns
      of a table or view.
 
      --- SYNTAX ---
 
        INF[O] {[Owner.]TableName}
               {[Owner.]ViewName }
 
      --- EXAMPLE ---
 
        INFO System.Table

In ISQL, type HELP @ to obtain a list of all the ISQL and SQL commands.

Feedback to webmaster