Skip to content

Commit

Permalink
Update 12-query-data-in-kql-database.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
afelix-95 authored Dec 11, 2024
1 parent 3b55d09 commit f9df332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/12-query-data-in-kql-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ KQL Database doesn't support Transact-SQL natively, but it provides a T-SQL endp
1. In your queryset, add and run the following Transact-SQL query:
```sql
```sql
SELECT TOP 100 * from Automotive
```
Expand Down

0 comments on commit f9df332

Please sign in to comment.