Skip to content

Commit 30eb0a0

Browse files
authored
Merge pull request #7074 from Jonathan-Quilter/patch-1
Example C doesnt really create a csv file
2 parents e31e04a + 489b0ae commit 30eb0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/concat-ws-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Address
9292
1 Microsoft Way,Redmond,WA,98052
9393
```
9494

95-
### C. Generating CSV file from table
95+
### C. Generating CSV-formatted data from table
9696
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.
9797

9898
```sql

0 commit comments

Comments
 (0)