I have a table of shifts which are entered into a rota application. Let's call them rotaItems. a section of the rotaItems table looks like something like this:
itemId personId weekId dayId hours
=============================================
1 1234 10 2 3
1 1234 10 2 6
1 1234 10 2 7
2 2222...
Hi there,
I have a table of data similar to this:
staffId weekNumber hoursWorked
======================================
1 24 41
1 25 12
2 24 36
3 24 29
2 24 39
4 25 18
Each row represents a shift. What I need is to find out how many weeks a staff...
Hi there,
I have a table of data similar to this:
staffId weekNumber hoursWorked
======================================
1 24 41
1 25 12
2 24 36
3 24 29
2 24 39
4 25 18
Each row represents a shift. What I need is to find out how many weeks a staff...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.