Last updated 3 years ago
Was this helpful?
SELECT event_day AS day, emp_id, SUM(out_time - in_time) as total_time FROM Employees GROUP BY event_day, emp_id