SQL Syntax to count unique users completing a task
- by Belliez
I have the following code which shows me what users has completed ticket and this lists each user and the date they close a ticket. i.e.
Paul
Matt
Matt
Bob
Matt
Paul
Matt
Matt
At the moment I manually count each user myself to see their totals for the day.
EDIT: Changed output as columns instead of rows:
What I have been trying to do is get…