Reserved Words
Reserved Words
These words are reserved for the query language and may not be used as identifiers. The words with asterisk (*
) after them are not currently used by Geode, 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