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 d280cd3 commit 0d23ecbCopy full SHA for 0d23ecb
1 file changed
sql/2025/privacy/iab_tcf_v2_cmps_top.sql
@@ -18,4 +18,4 @@ GROUP BY client, cmpId
18
FOR client IN ('desktop', 'mobile')
19
)
20
|> RENAME pct_mobile AS mobile, pct_desktop AS desktop
21
-|> ORDER BY COALESCE(websites_count_desktop, 0) + COALESCE(websites_count_mobile, 0) DESC
+|> ORDER BY COALESCE(websites_count_desktop, 0) + COALESCE(websites_count_mobile, 0) DESC
0 commit comments