已获徽章数量是否会奖励额外徽章?

Hi. I was wondering if we could create a special badge for users already being granted with 30+ badges ( excluding system and discobot ).
So far this is the closest query I’ve found but is not for this use.

3 个赞

我终于成功了,(我的第一个徽章 :smile: )如果有人感兴趣,这是我的徽章

SELECT user_id, current_timestamp granted_at
FROM user_badges
GROUP BY user_id
HAVING count(*) >= 30

2 个赞