I’ve tried to play different mysql joins/selects to get all users who having at least 25 posts or comments.
having
users
id
valid
posts
id
user_id
comments
id
user_id
There I trying to get all users record with at least 25 comments+posts..
please help!
Try