diff --git a/docs/source/user-guide/sql/scalar_functions.md b/docs/source/user-guide/sql/scalar_functions.md index d2e012cf4093..561824772af8 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