elasticsearch/docs/reference/query-languages/esql/_snippets/commands
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
..
examples Make LOOKUP JOIN docs examples fully tested (#126622) 2025-04-14 09:57:58 +02:00
layout ESQL: Extend RENAME syntax to allow a new = old syntax (#129212) 2025-06-11 21:16:48 +10:00