SQL/MX 2.x Reference Manual (H06.04+)

SQL/MX Language Elements
HP NonStop SQL/MX Reference Manual540440-003
6-54
Examples of Identifiers
"1995 SALES"
"CUSTOMER-BILLING-INFORMATION"
"%&*()"
Because delimited identifiers are case-sensitive, NonStop SQL/MX treats the
identifier "mytable" as different from the identifiers "MYTABLE" or "MyTable".
Trailing spaces in a delimited identifier are truncated. For example, "mytable
" is equivalent to "mytable".
You can use reserved words as delimited identifiers. For example, table is not
allowed as a regular identifier, but "table" is allowed as a delimited identifier.