You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/functions/concat-ws-transact-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Address
92
92
1 Microsoft Way,Redmond,WA,98052
93
93
```
94
94
95
-
### C. Generating CSV file from table
95
+
### C. Generating CSV-formatted data from table
96
96
This example uses a comma `,` as the separator value, and adds the carriage return character `char(13)` in the column separated values format of the result set.
0 commit comments