We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8657d commit 7aef86cCopy full SHA for 7aef86c
1 file changed
data-track/week-9/exercise_4/exercise.sql
@@ -13,7 +13,7 @@
13
-- The messy original query to refactor:
14
SELECT
15
borough,
16
- ROUND(AVG(fare_amount), 2) AS avg_fare
+ ROUND(AVG(fare_amount)::numeric, 2) AS avg_fare
17
FROM (
18
19
z.borough,
0 commit comments