elasticsearch/docs/reference/esql/processing-commands/limit.asciidoc
2023-06-05 18:38:55 +02:00

9 lines
172 B
Text

[[esql-limit]]
=== `LIMIT`
The `LIMIT` processing command enables you to limit the number of rows:
[source,esql]
----
include::{esql-specs}/docs.csv-spec[tag=limit]
----