Skip to content

Commit 7aef86c

Browse files
author
Lasse Benninga
committed
Fix
1 parent bb8657d commit 7aef86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-track/week-9/exercise_4/exercise.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
-- The messy original query to refactor:
1414
SELECT
1515
borough,
16-
ROUND(AVG(fare_amount), 2) AS avg_fare
16+
ROUND(AVG(fare_amount)::numeric, 2) AS avg_fare
1717
FROM (
1818
SELECT
1919
z.borough,

0 commit comments

Comments
 (0)