12345678910111213141516171819202122 |
- [[esql-source-commands]]
- === {esql} source commands
- ++++
- <titleabbrev>Source commands</titleabbrev>
- ++++
- An {esql} source command produces a table, typically with data from {es}.
- image::images/esql/source-command.svg[A source command producing a table from {es},align="center"]
- {esql} supports these source commands:
- // tag::list[]
- * <<esql-from>>
- * <<esql-row>>
- * <<esql-show>>
- // end::list[]
- include::from.asciidoc[]
- include::row.asciidoc[]
- include::show.asciidoc[]
|