I have the following tables:
content: content_id, user_id, post_date
comment: comment_id, user_id, comment_date
How can I get a count of active unique users grouped by month and year?
Active would mean that the user either posted or commented in that given month.
1 Answer