Skip to content

ESQL: Introduce = as an alternative to AS in RENAME #129208

Closed
@costin

Description

@costin

Description

RENAME <new_field>=<old_field>
// identical to
RENAME old_field AS new_field

Rename uses AS to avoid ambiguity for renames however this is inconsistent with the = pattern used by the rest of the commands.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions