79829680

Date: 2025-11-25 12:08:31
Score: 0.5
Natty:
Report link
SELECT    EmplID
        , EmplName
        , InTime
        , [TimeOut]
        , [DateVisited]
        , formatmessage('%d:%d', datediff(hour, InTime, [TimeOut]), datediff(minute, InTime, [TimeOut]) % 60) 'Elapsed time'
from times
Order By EmplID, DateVisited 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Johann Contuzi