SQL Server 2016: Inconsistent results when using conditional aggregation with GROUP BY
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
sql-server group-by aggregation
I'm facing an issue with my SQL query that uses conditional aggregation combined with a GROUP BY clause in SQL Server 2016. The query is intended to summarize d...