I have a mySQL database for survey responses. Each of them has a user identifier, a question identifier, and an actual answer. Now I'm trying to write a report that tells me how many people actually completed the survey, and did not stop halfway. Therefore, I am trying to figure out how to write a query that will read all user identifiers that are duplicated exactly 91 times.
Be careful, this is my first stack question.
source
share