Rules for Using SQL Statements

This section summarizes the rules for using SQL statements. The following table shows the SQL naming conventions used in ADOCE.

Summary
Fields and indexes
Tables
Length of characters 1<=n<=64 1<=n<=31
Alphanumeric Yes Yes
Control characters (ASCII values 0 through 31) No No
Disallowed `. ! ‘ [ ] " * ? `. ! ‘ [ ] " * ?
Explicitly allowed No _ - + = , ; @ # $
Leading or trailing white space or periods No No
Interior spaces Yes Yes
Interior periods No No

The following criteria apply to SQL statements:

Other rules and limits of the SQL control include the following: