We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6189401 commit 7f639aeCopy full SHA for 7f639ae
1 file changed
definitions/output/reports/report_cwv_by_shopify_theme.js
@@ -171,7 +171,7 @@ JOIN (
171
COUNT(DISTINCT url) AS pages_count,
172
theme_store_id,
173
theme_name,
174
- row_number() OVER (PARTITION BY theme_store_id ORDER BY COUNT(DISTINCT url) DESC) AS rank
+ ROW_NUMBER() OVER (PARTITION BY theme_store_id ORDER BY COUNT(DISTINCT url) DESC) AS rank
175
FROM archive_pages
176
GROUP BY
177
0 commit comments