2025-02-28 00:56:14 +08:00
|
|
|
## {{esql}} operators [esql-operators]
|
|
|
|
|
|
|
|
Boolean operators for comparing against one or multiple expressions.
|
|
|
|
|
|
|
|
:::{include} lists/operators.md
|
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
% And now the actual content
|
2025-02-28 00:56:14 +08:00
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/binary.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/unary.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/logical.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/predicates.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/cast.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/in.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/like-and-rlike.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|
|
|
|
|
2025-03-04 21:59:31 +08:00
|
|
|
:::{include} operators/search.md
|
2025-02-28 00:56:14 +08:00
|
|
|
:::
|