skip to main content
Drivers Only Available for 32-Bit Platforms : The XML Driver : SQL Support : Grammar Token Definitions : Regular Identifiers
 

Try DataDirect Drivers Now
Regular Identifiers
A regular identifier must begin with a letter and may not exceed 128 characters. In addition, all ASCII characters are converted to uppercase.
The following are examples of regular identifiers:
*FOO
*COLUMN_NAME
*SCHEMA#NAME
*Col3 (legal, but converted to COL3)