Hi,
I have 3 tables I want info from.
I want a distinct count of tests (Table1), grouping by each user (Table2)
So far so good.
Now, I want to add additional info assiociated with each user returned from a 3rd table, but my query isn't liking it.
Thanks!