Newer Version Available

This content describes an older version of this product. View Latest

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:

A set of characters in double quotes is treated as a string rather than as an identifier.

Note