elasticsearch/docs/reference/esql/processing-commands/limit.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
172 B
Plaintext
Raw Normal View History

[[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]
----