This appendix shows the conventions that are used to represent the syntax of SQL statements in DB–Access online help screens. You can request online help for SQL statements in either of the following ways:
The form of the syntax diagrams that appears when you request online Help for SQL statements in DB–Access is different from the syntax diagrams in the IBM Informix: Guide to SQL Syntax.
The conventions and rules governing SQL statement syntax in DB–Access online help screens are described in the following list.
CREATE SYNONYM synonym-name
This syntax indicates you must type the keywords CREATE SYNONYM or create synonym without adding or deleting spaces or letters.
CREATE [TEMP] TABLE
This syntax indicates that you can type either CREATE TABLE or CREATE TEMP TABLE.
[VANILLA | CHOCOLATE [MINT] | STRAWBERRY]
This syntax indicates that you can enter either VANILLA, CHOCOLATE, or STRAWBERRY and that, if you enter CHOCOLATE, you can also enter MINT.
{GUAVA | MANGO | PASSIONFRUIT}
This syntax indicates that you must enter either GUAVA, MANGO, or PASSIONFRUIT, but you cannot enter more than one choice.
old-column-name ...
This syntax indicates that you can enter a series of existing column names after the first one.
The IBM Informix: Guide to SQL Syntax contains more detailed syntax diagrams, as well as instructions for interpreting the diagram format used in that book.
For a general explanation of how to use online Help in DB–Access, see Using the HELP Screen .
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]