We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f159e42 commit b2164b4Copy full SHA for b2164b4
1 file changed
services/libs/tinybird/pipes/organizations_leaderboard.pipe
@@ -35,7 +35,7 @@ SQL >
35
FROM activities_filtered af
36
JOIN organizations org FINAL ON org.id = af.organizationId
37
GROUP BY org.id, org.logo, org.displayName
38
- ORDER BY contributionCount DESC
+ ORDER BY contributionCount DESC, id desc
39
LIMIT {{ Int32(limit, 10) }}
40
OFFSET {{ Int32(offset, 0) }}
41
{% end %}
0 commit comments