There are about 1000 registered users in the database. I would like to know how many of these users actually wrote a question or answered. All information can be taken from the tblQA table, and the user ID is "intPosterID", each of the questions and answers has its own identifier "PostID". Is there a query that you can run to calculate how many unique users have posted a question or answer?
source
share