شارة إضافية بناءً على عدد الشارات التي تم منحها؟

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)