This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 268be45533 Update scalar_functions.md (#11620)
268be45533 is described below
commit 268be4553306ae0b85a34c8eb2f44e2c381a49db
Author: Yongting You <[email protected]>
AuthorDate: Wed Jul 24 01:46:06 2024 +0800
Update scalar_functions.md (#11620)
---
docs/source/user-guide/sql/scalar_functions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/user-guide/sql/scalar_functions.md
b/docs/source/user-guide/sql/scalar_functions.md
index d2e012cf40..561824772a 100644
--- a/docs/source/user-guide/sql/scalar_functions.md
+++ b/docs/source/user-guide/sql/scalar_functions.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]