Skip to content

Commit 7abc777

Browse files
committed
fix casing
1 parent 7ca9e2c commit 7abc777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_schema/queries/v1/spotifyImpressionsFunnel.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SELECT DISTINCT
1616
PARTITION BY step_id
1717
ORDER BY date DESC
1818
) AS conversion_percent
19-
FROM spotifyimpressionsfunnel
19+
FROM spotifyImpressionsFunnel
2020
WHERE account_id = @podcast_id
2121
AND date >= @start
2222
AND date <= @end

0 commit comments

Comments
 (0)