* [Equality](../../functions-operators/operators.md#esql-equals)
* [Inequality `!=`](../../functions-operators/operators.md#esql-not_equals)
* [Less than `<`](../../functions-operators/operators.md#esql-less_than)
* [Less than or equal to `<=`](../../functions-operators/operators.md#esql-less_than_or_equal)
* [Greater than `>`](../../functions-operators/operators.md#esql-greater_than)
* [Greater than or equal to `>=`](../../functions-operators/operators.md#esql-greater_than_or_equal)
* [Add `+`](../../functions-operators/operators.md#esql-add)
* [Subtract `-`](../../functions-operators/operators.md#esql-sub)
* [Multiply `*`](../../functions-operators/operators.md#esql-mul)
* [Divide `/`](../../functions-operators/operators.md#esql-div)
* [Modulus `%`](../../functions-operators/operators.md#esql-mod)
