This topic lists the words reserved for the VMware Tanzu GemFire query language.
These words are reserved for the query language and may not be used as identifiers. The words followed with an asterisk (*
) are not currently used by GemFire, but are reserved for future implementation.
|
|
|
|
To access any method, attribute, or named object that has the same name as a query language reserved word, enclose the name within double quotation marks.
Examples:
SELECT DISTINCT "type" FROM /portfolios WHERE status = 'active'
SELECT DISTINCT * FROM /region1 WHERE emps."select"() < 100000