Skip to content

Commit 8195c03

Browse files
bpintealeemthompo
andauthored
Update docs/reference/query-languages/esql/_snippets/commands/layout/rename.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent c21439a commit 8195c03

File tree

1 file changed

+3
-5
lines changed
  • docs/reference/query-languages/esql/_snippets/commands/layout

1 file changed

+3
-5
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/rename.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ The `RENAME` processing command renames one or more columns.
88
RENAME old_name1 AS new_name1[, ..., old_nameN AS new_nameN]
99
```
1010

11-
::::{note}
12-
13-
Starting with the versions 8.19.0 and 9.1.0, the following syntax is also supported:
11+
The following syntax is also supported {applies_to}`stack: ga 9.1`:
1412

1513
```esql
1614
RENAME new_name1 = old_name1[, ..., new_nameN = old_nameN]
1715
```
1816

19-
The two syntax flavours can be used interchangeably.
20-
17+
::::{tip}
18+
Both syntax options can be used interchangeably but we recommend sticking to one for consistency and readability.
2119
::::
2220

2321
**Parameters**

0 commit comments

Comments
 (0)