Newer Version Available
Identifiers
SAQL identifiers are case-sensitive.
They can be enclosed in single quotation marks (') or no quotation marks.
Quoted identifiers can contain any character that a string can contain.
Unquoted identifiers can’t be a reserved words and must start with a letter (A to Z or a to z) or an underscore. Subsequent characters can be letters, numbers, or underscores. Unquoted identifiers can’t contain spaces.
This example uses valid syntax:
In the following example, the code in the third line throws an
error: