Skip to content

Commit

Permalink
Update scalar_functions.md (#11620)
Browse files Browse the repository at this point in the history
  • Loading branch information
2010YOUY01 committed Jul 23, 2024
1 parent 5f0ab31 commit 268be45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ concat(str[, ..., str_n])
Concatenates multiple strings together with a specified separator.

```
concat(separator, str[, ..., str_n])
concat_ws(separator, str[, ..., str_n])
```

#### Arguments
Expand Down

0 comments on commit 268be45

Please sign in to comment.