我可以为“新贡献者”创建一个徽章吗?

SELECT username
FROM users u
JOIN user_stats us
ON u.id = us.user_id
WHERE us.first_post_created_at BETWEEN :start_date::date 
AND :end_date::date

I want to know how to turn an SQL query into a badge setting.I want users to receive a ‘New Contributors’ badge when they make their first post.

2 个赞

Hello Copymonopoly,

Have you had a look at this topic below?

2 个赞