Additional SQL Server features and topics not covered by specific categories
Hi @Darryl Hoar
I need to sum the visits for a specific location,edate.
Then you just need to Group By these two specificlocation and edate. As answered above, just remove the visits from the Group By clause.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".