We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54d7146 + 4e16ebe commit 35c0bdcCopy full SHA for 35c0bdc
1 file changed
docs/t-sql/functions/concat-ws-transact-sql.md
@@ -30,7 +30,7 @@ This function returns a string resulting from the concatenation, or joining, of
30
31
## Syntax
32
```sql
33
-CONCAT_WS ( separator, argument1, argument1 [, argumentN]… )
+CONCAT_WS ( separator, argument1, argument2 [, argumentN]… )
34
```
35
36
## Arguments
0 commit comments