Dear Sports Gal,
Each game in the database has a week number.
When a team plays in weeks 1,2,3,4,5,6 and 8, 9 etc. Their bye was in
week 7. So when the week number of their previous game is only ONE
more than the week number of the game they are currently playing, they
are not off their bye week.
When the week number of their current game is TWO more than the week
number of their previous game, then they are off their bye week.
So...
the SDQL:
week = p:week + 2
which translates as: the week number of the current game is equal to
the week number of the team's previous game plus two, automatically
gets all the bye weeks.
Prety cool, huh?
MLB Winner
On Sep 4, 10:58 pm, "Chris Platt" <
CPl...@mdcresearch.com> wrote:
> No, using the SDQL Joe provided you will not need to know the bye week.
>
> Sent from mobile device
>