Skip to content

Commit 154d117

Browse files
author
zhangshixin.1024
committed
[chore] (array-function) add alias array_append for function array_pushback
1 parent a527ee7 commit 154d117

File tree

2 files changed

+8
-0
lines changed
  • docs/sql-manual/sql-functions/scalar-functions/array-functions
  • i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions

2 files changed

+8
-0
lines changed

docs/sql-manual/sql-functions/scalar-functions/array-functions/array-pushback.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
Adds an element to the end of an array. The function returns a new array containing all elements from the original array plus the newly added element.
1717

18+
## Alias
19+
20+
- array_append
21+
1822
## Syntax
1923

2024
```sql

i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/array-pushback.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
在数组末尾添加一个元素。函数会返回一个新数组,包含原数组的所有元素以及新添加的元素。
1717

18+
## 别名
19+
20+
- array_append
21+
1822
## 语法
1923

2024
```sql

0 commit comments

Comments
 (0)