Okay, simply put I need to write a query that will return x number of groups of y number of groups that each hold z number of records.
Example:
There are four teams (x)
with 15 team members per team (varying on the day) (y)
and we need to pull 350 records per team member (z).
Each team member needs to have a distinct set of 350 records from the database.
Help? Please?
Thanks!
Example:
There are four teams (x)
with 15 team members per team (varying on the day) (y)
and we need to pull 350 records per team member (z).
Each team member needs to have a distinct set of 350 records from the database.
Help? Please?
Thanks!
Comment