elasticsearch/docs/reference/query-languages/esql/_snippets/commands/layout
Bogdan Pintea 6c7730d1c9
ESQL: Extend RENAME syntax to allow a new = old syntax (#129212)
This extends RENAME's grammar to allow a new syntax: `| RENAME new_name
= old_name` This is supported along the existing `... old_name AS
new_name` syntax.

Closes #129208
2025-06-11 21:16:48 +10:00
..
change_point.md ES|QL change_point docs and tech preview (#126407) 2025-04-14 09:56:03 +02:00
dissect.md
drop.md
enrich.md
eval.md
from.md
grok.md
keep.md
limit.md
lookup-join.md ESQL: Document LU JOIN/MV_EXPAND not respecting SORT (#127718) 2025-05-07 10:59:48 +02:00
mv_expand.md ESQL: Document LU JOIN/MV_EXPAND not respecting SORT (#127718) 2025-05-07 10:59:48 +02:00
rename.md ESQL: Extend RENAME syntax to allow a new = old syntax (#129212) 2025-06-11 21:16:48 +10:00
row.md
show.md
sort.md
stats-by.md
where.md