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 7ca9e2c commit 7abc777Copy full SHA for 7abc777
db_schema/queries/v1/spotifyImpressionsFunnel.sql
@@ -16,7 +16,7 @@ SELECT DISTINCT
16
PARTITION BY step_id
17
ORDER BY date DESC
18
) AS conversion_percent
19
-FROM spotifyimpressionsfunnel
+FROM spotifyImpressionsFunnel
20
WHERE account_id = @podcast_id
21
AND date >= @start
22
AND date <= @end
0 commit comments