

Your league message board has no posts. Be the first.
Please let us know if you have any questions at support@rtsports.com or (636) 447-1170
| Hoppers BB 20 | 1773.5 |
| Schlongalotta | 1684.5 |
| King For A Day | 1583.0 |
| JOBU 21 | 1540.5 |
| Marshal augereau | 1531.5 |
| VincentVega | 1529.0 |
| 930 Cebras | 1503.0 |
| wolf pack 25 | 1441.5 |
| Dirtybirds33 | 1330.5 |
| strike | 1220.0 |
No recent notes.
| Final | R | H | E |
|---|---|---|---|
| STL | 0 | 3 | 0 |
| CHC | 3 | 6 | 0 |
| Bottom 6 | R | H | E |
|---|---|---|---|
| MIA | 0 | 3 | 0 |
| CIN | 1 | 3 | 0 |
| Bottom 4 | R | H | E |
|---|---|---|---|
| BOS | 0 | 3 | 0 |
| PIT | 4 | 5 | 0 |
| Top 4 | R | H | E |
|---|---|---|---|
| CWS | 3 | 6 | 0 |
| DET | 3 | 4 | 0 |
| Bottom 2 | R | H | E |
|---|---|---|---|
| SD | 0 | 2 | 0 |
| CLE | 1 | 1 | 0 |
| Top 3 | R | H | E |
|---|---|---|---|
| WSH | 1 | 3 | 0 |
| NYM | 0 | 0 | 1 |
| Top 2 | R | H | E |
|---|---|---|---|
| BAL | 1 | 1 | 0 |
| TB | 0 | 1 | 0 |
| Bottom 2 | R | H | E |
|---|---|---|---|
| NYY | 0 | 1 | 0 |
| TOR | 0 | 0 | 0 |
| Middle 2 | R | H | E |
|---|---|---|---|
| ARI | 1 | 1 | 0 |
| ATL | 0 | 1 | 1 |
| 7:10pm | |
| SEA | Kirby R (8-9) |
| HOU | Lambert R (8-5) |
| 8:38pm | |
| KC | Lugo R (4-7) |
| LAA | Rodriguez R (3-4) |
| 8:40pm | |
| TEX | - |
| LV | - |
| 9:10pm | |
| MIL | Gasser L (3-4) |
| LAD | Yamamoto R (11-7) |
| 9:15pm | |
| COL | Freeland L (3-10) |
| SF | Roupp R (7-10) |
Rotate for more data.
© 1995-2026 RealTime Fantasy Sports, Inc.
If you or someone you know has a gambling problem, help is available.
Call 1-800-MY-RESET or 1-800-BETS-OFF.
https://rtsports.com/fantasy-baseball-league/556662

select L.*,C.Unique_Id, C.Last_Name, C.First_Name, C.Email, C.Email_2, C.Phone, C.Mobile_Phone, C.Logo_URL as Commish_Logo_URL,PL.Entry_Fee, PL.No_Prize, PL.Total_Teams, PL.Private, PL.Slow_Draft, PL.Draft_Date from Commissioner as C,League as L left outer join Pay_Leagues as PL on (PL.League_Id = L.League_Id) where L.League_Id = C.League_Id and L.League_Id=556662 ==> size: 366
select * from Group_Definition gd, Group_Member gm where gd.Group_Id = gm.Group_Id and gd.League_Id = 556662 and gd.Group_Type=0 order by gd.Sorder ==> size: 147
select * from Baseball_Timeline where start_date <= NOW() and NOW() < end_date and year = 2026 ==> size: 94
select * from Player_Eligibility_Rules where Game_Id = 4920 ==> size: 59
select * FROM Team where League_Id = 556662 order by Name ==> size: 57
select * from Baseball_Timeline where Year=2026 order by Week asc ==> size: 65
select * from Deadlines where League_Id = 556662 ==> size: 48
select * from Baseball_Game_Schedule where Start_Time > '2026-04-30' and Start_Time < '2026-05-04' and (Competition_Type = 'Regular Season') order by Start_Time asc ==> size: 164
select * from Eligibility_Status where Game_Id=4920 ==> size: 51
select * from League_Stats where League_Id=556662 ==> size: 49
select * from League_Design where League_Id = 556662 ==> size: 52
select * from Message_Board where League_Id=556662 and Year=2026 and Group_Id=0 and Sticky=1 and Hidden=0 and Recipient=-1 order by Comment_Time desc ==> size: 149
select * from Message_Board where League_Id=556662 and Sticky=0 and Hidden=0 order by Comment_Time desc limit 50 ==> size: 112
select * from Baseball_Game_Schedule where Start_Time > '2026-04-30' and Start_Time < '2026-05-04' and (Competition_Type = 'Regular Season') order by Start_Time asc ==> size: 164
select * from Team_Cumulative_Scoring_Stats where League_Id = 556662 and Year=2026 ==> size: 83
select * from Baseball_Game_Schedule where Start_Time > '2026-04-30' and Start_Time < '2026-05-04' and (Competition_Type = 'Regular Season') order by Start_Time asc ==> size: 164
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991550 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (5190,9430,6605,9305,9432,3092,9115,6814,9091,5886,8117,6863,8749,6531,7535,6296,5156,9760,8337,8613,7691,8226,8111,5915,4445,8316) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3619
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991673 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (8580,9583,8618,9908,9402,8862,9473,9920,8582,8367,6058,9158,9561,9003,8177,8584,9027,10174,9146,9156,5792,8996,7761,9386,9616,8446) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3620
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991582 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (6811,9377,8825,9129,9534,8591,9025,8371,9559,8616,9887,8370,8228,8701,8678,10206,8556,8596,8576,2345,9562,5485,9029,8811,9434,7641) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3620
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991677 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (7376,9921,9365,6602,8822,5144,2368,3219,9130,9563,2329,9983,9623,4165,9302,9457,7310,9708,7935,8159,10014,9415,10069,8795,9939,4370) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3621
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991675 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (6011,5981,5117,9582,5580,9298,8407,4273,8162,6708,9417,8888,8689,9053,10013,2720,9470,3283,9074,8120,8553,5929,8598,10161,9452,3275) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3621
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991523 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (9353,8452,8619,10246,7897,9297,6654,8181,2224,8710,4177,6927,9931,10187,2829,5857,10084,8016,5945,10085,9911,9257,8918,8182,7580,9127) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3623
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991386 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (8345,9568,8294,6247,5058,6971,8519,7325,6779,2494,8715,5864,9884,8323,6512,8608,9419,4970,8968,4676,9718,6506,7541,6057,7454,9011) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3619
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991661 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (8287,5588,8175,7782,9100,8547,9483,3040,9013,6536,8983,8412,8600,7902,8263,9569,8322,8612,9576,8695,9023,2835,6768,4220,3908,6608) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3619
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991650 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (9197,8457,9613,8350,8860,8152,9433,4515,8441,9443,8351,8428,8098,10235,5355,9523,8654,8479,8672,3989,9482,9295,9028,2706,9489,10191) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3621
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
SELECT * FROM Team_Roster,Player,Baseball_Player WHERE Team_Roster.Player_Id = Player.Player_Id AND Player.Player_Id = Baseball_Player.Player_Id AND Team_Roster.League_Id=556662 AND Team_Roster.Team_Id=4991680 AND Team_Roster.Fantasy_Week=6 AND Team_Roster.Period=1 ORDER BY Last_Name ==> size: 284
select Player_Id,coalesce(sum(Games_Played),0) as Games_Played,coalesce(sum(Games_Started),0) as Games_Started,coalesce(sum(Fielding_Errors),0) as Fielding_Errors,coalesce(sum(Passed_Balls),0) as Passed_Balls,coalesce(sum(Outfield_Assists),0) as Outfield_Assists,coalesce(sum(At_Bats),0) as At_Bats,coalesce(sum(Runs),0) as Runs,coalesce(sum(Hits),0) as Hits,coalesce(sum(Doubles),0) as Doubles,coalesce(sum(Triples),0) as Triples,coalesce(sum(Home_Runs),0) as Home_Runs,coalesce(sum(Total_Bases),0) as Total_Bases,coalesce(sum(RBI),0) as RBI,coalesce(sum(Walks),0) as Walks,coalesce(sum(Intentional_Walks),0) as Intentional_Walks,coalesce(sum(Strikeouts),0) as Strikeouts,coalesce(sum(Hit_By_Pitch),0) as Hit_By_Pitch,coalesce(sum(Stolen_Bases),0) as Stolen_Bases,coalesce(sum(Caught_Stealing),0) as Caught_Stealing,coalesce(sum(Catcher_Stealers_Allowed),0) as Catcher_Stealers_Allowed,coalesce(sum(Catcher_Stealers_Caught),0) as Catcher_Stealers_Caught,coalesce(sum(Sacrifice_Hits),0) as Sacrifice_Hits,coalesce(sum(Sacrifice_Flys),0) as Sacrifice_Flys,coalesce(sum(Grounded_Into_Double_Plays),0) as Grounded_Into_Double_Plays,coalesce(sum(Left_On_Base),0) as Left_On_Base,coalesce(sum(Two_Out_RBI),0) as Two_Out_RBI,coalesce(sum(RLISP_Two_Out),0) as RLISP_Two_Out,coalesce(sum(Pitcher_Games_Played),0) as Pitcher_Games_Played,coalesce(sum(Pitcher_Games_Started),0) as Pitcher_Games_Started,coalesce(sum(Wins),0) as Wins,coalesce(sum(Losses),0) as Losses,coalesce(sum(No_Decisions),0) as No_Decisions,coalesce(sum(Holds),0) as Holds,coalesce(sum(Saves),0) as Saves,coalesce(sum(Blown_Saves),0) as Blown_Saves,coalesce(sum(Complete_Games),0) as Complete_Games,coalesce(sum(Shutouts),0) as Shutouts,coalesce(sum(Quality_Starts),0) as Quality_Starts,coalesce(sum(Outs_Pitched),0) as Outs_Pitched,coalesce(sum(Pitcher_Hits),0) as Pitcher_Hits,coalesce(sum(Pitcher_Runs),0) as Pitcher_Runs,coalesce(sum(Pitcher_Earned_Runs),0) as Pitcher_Earned_Runs,coalesce(sum(Pitcher_Walks),0) as Pitcher_Walks,coalesce(sum(Pitcher_Strikeouts),0) as Pitcher_Strikeouts,coalesce(sum(Pitcher_Home_Runs),0) as Pitcher_Home_Runs,coalesce(sum(Pitcher_Stolen_Bases),0) as Pitcher_Stolen_Bases,coalesce(sum(Pitcher_Caught_Stealing),0) as Pitcher_Caught_Stealing,coalesce(sum(Pitcher_Intentional_Walks),0) as Pitcher_Intentional_Walks,coalesce(sum(Pitcher_Hit_By_Pitch),0) as Pitcher_Hit_By_Pitch,coalesce(sum(Pitcher_Sacrifice_Hits),0) as Pitcher_Sacrifice_Hits,coalesce(sum(Pitcher_Sacrifice_Flys),0) as Pitcher_Sacrifice_Flys,coalesce(sum(Pitches_Thrown),0) as Pitches_Thrown,coalesce(sum(Starting_Pitches_Thrown),0) as Starting_Pitches_Thrown,coalesce(sum(Wild_Pitches),0) as Wild_Pitches,coalesce(sum(Strikes_Thrown),0) as Strikes_Thrown,coalesce(sum(Ground_Ball_Outs),0) as Ground_Ball_Outs,coalesce(sum(Fly_Ball_Outs),0) as Fly_Ball_Outs,coalesce(sum(Batters_Faced),0) as Batters_Faced,coalesce(sum(Pickoffs),0) as Pickoffs,coalesce(sum(Inherited_Runners),0) as Inherited_Runners,coalesce(sum(Inherited_Runners_Scored),0) as Inherited_Runners_Scored,coalesce(sum(Balks),0) as Balks from Baseball_Game_Player_Stats where Player_Id in (7623,2821,8856,9725,9900,9061,8697,8550,5835,5415,7304,10237,9006,9439,8962,9133,9363,7594,8829,3169,9220,9126,8575,9570,8581,9557) and Game_Id in (59415,58182,58289,58558,59143,59671,60440,58949,59125,60441,58056,59712,58711,58944,59757,60250,58367,58495,59680,60022,58864,59732,59531,58753,59681,59744,58123,59849,60352,59749,60336,60351,58376,59873,59518,58107,58298,59594,58058,60340,60355,59815,58302,59409,60116,60170,58157,58388,59933,59222,59998,58297,58418,58694,60322,58125) group by Player_Id ==> size: 3620
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (212,213,214) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 254
select * from Player_Notes where player_id > 0 and created > date_add(now(), interval -10 day) and headline = 1 and deleted=0 and published=1 order by created desc limit 20 ==> size: 173
select * from Metrics_Players where Week=6 and Player_Pool=0 and Acquired>0 order by Acquired desc limit 10 ==> size: 107
select * from Metrics_Players where Week=6 and Player_Pool=0 and Released>0 order by Released desc limit 10 ==> size: 107
select * from Baseball_Game_Schedule where Start_Time > '2026-08-14' and Start_Time < '2026-08-15' and (Competition_Type = 'Regular Season') order by Start_Time asc ==> size: 164