Operators
Valid operator are as follows:
-
Subtraction
*
Multiplication
/
Division
+
Addition
<
Less than
<=
Less than or equal to
=
Equal to
>
Greater than
>=
Greater than or equal to
AND
Logical AND
OR
Logical OR
CONCAT
Concatenation