elasticsearch/docs/reference/esql/esql-source-commands.asciidoc

21 lines
491 B
Plaintext
Raw Normal View History

2023-03-31 20:27:26 +08:00
[[esql-source-commands]]
2023-07-07 19:42:06 +08:00
== {esql} source commands
2023-05-11 23:14:11 +08:00
++++
<titleabbrev>Source commands</titleabbrev>
++++
2023-03-31 20:27:26 +08:00
2023-07-07 19:42:06 +08:00
An {esql} source command produces a table, typically with data from {es}.
2023-03-31 20:27:26 +08:00
2023-04-13 19:36:24 +08:00
image::images/esql/source-command.svg[A source command producing a table from {es},align="center"]
2023-07-07 19:42:06 +08:00
{esql} supports these source commands:
2023-04-13 19:36:24 +08:00
* <<esql-from>>
* <<esql-row>>
* <<esql-show>>
2023-03-31 20:27:26 +08:00
include::source-commands/from.asciidoc[]
include::source-commands/row.asciidoc[]
include::source-commands/show.asciidoc[]