I receive a large daily report (50K+ lines) that contains all of the TV content we carry. What I'm trying to figure out, is how to find if I'm missing any episodes? The data table contains the following: Title, SeriesName, SeasonNumber, EpisodeNumber
My thinking is I need to determine if an "EpisodeNumber" for a given "SeriesName", within a given "SeasonNumber" is missing when the "EpisodeNumber" values range from 1 to N. Make sense?
Happy to send along some Game of Thrones data for any fans willing to help!
Thanks
My thinking is I need to determine if an "EpisodeNumber" for a given "SeriesName", within a given "SeasonNumber" is missing when the "EpisodeNumber" values range from 1 to N. Make sense?
Happy to send along some Game of Thrones data for any fans willing to help!
Thanks