About SRL reserved words

Reserved words are words that belong to SRL’s syntax. Reserved words are highlighted when editing expressions.

When a column name includes a reserved word, the name must be enclosed in [brackets].

If you have a column named true, you would need to write [true] because the word true is normally a part of SRL’s syntax.

Reserved words are case insensitive. When a reserved word is used as a part of the value of a string, the reserved word is considered a part of the value and plays no special role.

In the string "hello and world", the word "and" has no special meaning as it is given in parenthesis.