I need help to create a function that will return total worktime for each employee who works sundays.
I have the folloving simple table
ID Employee Datum Starttime Endtime
1 Patric Jon.. 12/04/2006 07:30 12:50
2 John Kol.. 13/04/2006 09:00 16:30
3 Patric Jon.. 14/04/2006 08:00 15:00
I have the folloving simple table
ID Employee Datum Starttime Endtime
1 Patric Jon.. 12/04/2006 07:30 12:50
2 John Kol.. 13/04/2006 09:00 16:30
3 Patric Jon.. 14/04/2006 08:00 15:00
Comment