Below is my SQL query which currently outputs this result:
SQL query:
SELECT
COUNT(*) AS noofuser,
[DateTime], [Date], [hour],
[Company]
FROM
LMT2_lmutilserverLicenseuser
But, I need to add extra row called 'Total' based on a column 'DateTime' as shown in the below table.

