SAQL Operators
Use operators to perform mathematical calculations or comparisons.
-
Use arithmetic operators to perform addition, subtraction, multiplication, division, and modulo operations.
-
Use comparison operators to compare values of the same type. For example, you can compare strings with strings and numbers with numbers.
-
To concatenate strings, use the plus sign (+).
-
Use logical operators to perform AND, OR, and NOT operations.
-
Use
casein aforeachstatement to assign different field values in different situations.casesupports two syntax forms: searched case and simple case. This section explains simple case. -
Use
casein aforeachstatement to assign different field values in different situations.casesupports two syntax forms: searched case and simple case. This section shows searched case. -
Use
is nullandis not nullto check whether a value is or is not null.is nullreturnsTruewhen a value is null.is not nullreturnsTruewhen a value is not null.