I'm trying to create attendance reports via SQL Server (see table structure at the end of the post) using the following query: Code: select case grouping(x.month) when 0 then x.month ELSE 'All' END As ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results