Skip to content

Commit

Permalink
doc-gen: update function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Yuan-Lai committed Dec 29, 2024
1 parent 1454bea commit a0976b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,8 @@ concat_ws(separator, str[, ..., str_n])

#### Arguments

- **separator**: Separator to insert between concatenated strings.
- **str**: String expression to operate on. Can be a constant, column, or function, and any combination of operators.
- **separator**: Separator to insert between concatenated strings.
- **str_n**: Subsequent string expressions to concatenate.

#### Example
Expand Down Expand Up @@ -1697,8 +1697,8 @@ upper(str)

**Related functions**:

- [initcap](#initcap)
- [lower](#lower)
- [initcap](#initcap)

### `uuid`

Expand Down

0 comments on commit a0976b9

Please sign in to comment.