Skip to content

Commit d7c4853

Browse files
authored
added syntaxsql colorizer
1 parent 48e0373 commit d7c4853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/language-elements/percent-character-wildcard-character-s-to-match-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.author: jroth
3232
## Examples
3333
The following example returns all the first names of people in the `Person` table of `AdventureWorks2012` that start with `Dan`.
3434

35-
```
35+
```syntaxsql
3636
-- Uses AdventureWorks
3737
3838
SELECT FirstName, LastName

0 commit comments

Comments
 (0)