12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
|
[discrete]
|
||
|
[[esql-binary-operators]]
|
||
|
=== Binary operators
|
||
|
|
||
|
These binary comparison operators are supported:
|
||
|
|
||
|
* equality: `==`
|
||
|
* inequality: `!=`
|
||
|
* less than: `<`
|
||
|
* less than or equal: `<=`
|
||
|
* larger than: `>`
|
||
|
* larger than or equal: `>=`
|