Skip to content

Commit 915649b

Browse files
committed
Fixing query in the SQL pool quickstart
1 parent f30eb49 commit 915649b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ A dedicated SQL pool consumes billable resources as long as it's active. You can
104104
SELECT PassengerCount,
105105
SUM(TripDistanceMiles) as SumTripDistance,
106106
AVG(TripDistanceMiles) as AvgTripDistance
107+
INTO dbo.PassengerCountStats
107108
FROM dbo.NYCTaxiTripSmall
108109
WHERE TripDistanceMiles > 0 AND PassengerCount > 0
109110
GROUP BY PassengerCount

0 commit comments

Comments
 (0)