Part 3: The 32-Bit Drivers : The XML Driver : SQL Support : Grammar Token Definitions : Keywords for the XML Driver

Keywords for the XML Driver
A keyword may not be used as a regular identifier. For example, the following statement would generate a syntax error because INDICATOR is a keyword:
SELECT INDICATOR FROM T1
You can, however, enclose a keyword in double quotation marks to form a delimited identifier. For example, the following statement is valid:
SELECT "INDICATOR" FROM T1
The following table lists all of the keywords that are reserved for use in SQL statements or designated as potential future reserved words.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.