¿Una insignia adicional basada en el número de insignias ya otorgadas?

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 Me gusta

¡Finalmente lo logré, (mi primera insignia creada :smile: ) si a alguien le interesa, aquí está

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

2 Me gusta