Related Documentation; Neoview Customer Library - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Punctuation
Parentheses, commas, semicolons, and other symbols not previously described must be typed
as shown. For example:
DAY (datetime-expression)
@script-file
Quotation marks around a symbol such as a bracket or brace indicate the symbol is a required
character that you must type as shown. For example:
"{" module-name [, module-name]... "}"
Item Spacing
Spaces shown between items are required unless one of the items is a punctuation symbol
such as a parenthesis or a comma. For example:
DAY (datetime-expression)
DAY(datetime-expression)
If there is no space between two items, spaces are not permitted. In this example, no spaces
are permitted between the period and any other items:
myfile.sh
Line Spacing
If the syntax of a command is too long to fit on a single line, each continuation line is indented
three spaces and is separated from the preceding line by a blank line. This spacing
distinguishes items in a continuation line from items in a vertical list of selections. For example:
match-value [NOT] LIKE pattern
[ESCAPE esc-char-expression]

Related Documentation

This manual is part of the HP Neoview customer library.

Neoview Customer Library

Administration
Neoview Database Administrator's Guide
Neoview DB Admin Online Help
Neoview Guide to Stored Procedures in Java
Neoview Management Dashboard Client
Guide for Database Administrators
Neoview Owner's Manual
Neoview Script Guide
26
About This Document
Information about how to load and manage the Neoview database
by using the Neoview DB Admin and other tools.
Context-sensitive help topics that describe how to use the HP
Neoview DB Admin management interface.
Information about how to use stored procedures that are written in
Java within a Neoview database.
Information on using the Dashboard Client, including how to install
the Client, start and configure the Client Server Gateway (CSG), use
the Client windows and property sheets, interpret entity screen
information, and use Command and Control to manage queries from
the Client.
Site-planning information and basic hardware information.
Information about using the HP Neoview Script command-line
interface to run SQL statements interactively or from script files.

Advertisement

Table of Contents
loading

Table of Contents