Skip to content

Commit feb810c

Browse files
Merge pull request #256542 from Naveenommi-MSFT/patch-86
(AzureCXP) fixes MicrosoftDocs/azure-docs#116478
2 parents 19947e3 + 45c7704 commit feb810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started-analyze-sql-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ A dedicated SQL pool consumes billable resources as long as it's active. You can
105105
GROUP BY passenger_count;
106106
107107
SELECT * FROM dbo.PassengerCountStats
108-
ORDER BY passenger_count;
108+
ORDER BY PassengerCount;
109109
```
110110

111111
This query creates a table `dbo.PassengerCountStats` with aggregate data from the `trip_distance` field, then queries the new table. The data shows how the total trip distances and average trip distance relate to the number of passengers.

0 commit comments

Comments
 (0)