Skip to content

Commit 57770f3

Browse files
authored
Merge pull request #153867 from azaricstefan/patch-10
use sql syntax highlighting
2 parents 86fafe3 + 6148da8 commit 57770f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started-analyze-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this section, you'll use a serverless SQL pool to analyze NYC Taxi data in an
3030
1. Create a new SQL script.
3131
1. Paste the following code into the script.
3232

33-
```
33+
```sql
3434
SELECT
3535
TOP 100*
3636
FROM

0 commit comments

Comments
 (0)