I have the following query in a MS SQL Server 2014 environment and I would like to add a "GRAND_TOTALS" row at the bottom that sums the values in the aggregate (COUNT) column (Total_Exams). Ideally looking for something relatively clean, without having to use temp tables if possible. Thanks!I have the following query in a MS SQL Server 2