I have this record on a table
EmployeeID------------LogDate-------------LogTime-----------LogType
12 2013-01-10 0830 IN
12 2013-01-10 1130 OUT
How will I compute the difference between the two logtime?
EmployeeID------------LogDate-------------LogTime-----------LogType
12 2013-01-10 0830 IN
12 2013-01-10 1130 OUT
How will I compute the difference between the two logtime?