SQL Reserved Words
Supported Pervasive PSQL Reserved Words
Reserved words are SQL keywords and other symbols that have special meanings when they are processed by the SRDE. Reserved words are not recommended for use as database, table, column, variable or other object names. If a reserved word is used as an object name, it must be enclosed in double-quotes to notify the SRDE that the word is not being used as a keyword in the given context.
You can avoid having to worry about reserved words by always enclosing user-defined object names in double-quotes.
This appendix contains the following topic: