Skip to content

Commit 2a4c19a

Browse files
authored
added sql colorizer
1 parent 271c004 commit 2a4c19a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/stuff-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ An error is raised if the resulting value is larger than the maximum supported b
6868
## Examples
6969
The following example returns a character string created by deleting three characters from the first string, `abcdef`, starting at position `2`, at `b`, and inserting the second string at the deletion point.
7070

71-
```
71+
```sql
7272
SELECT STUFF('abcdef', 2, 3, 'ijklmn');
7373
GO
7474
```

0 commit comments

Comments
 (0)