

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
| Ryan's team | 1790.0 |
| BB 2026 | 1575.0 |
| Smokin' Stogies | 1561.5 |
| Potato Time | 1561.5 |
| REDNECK angel | 1543.0 |
| Murphys Law | 1497.5 |
| Stretchemlegs C15 | 1424.0 |
| ZB BB6 | 1400.0 |
| Rookie 13 | 1348.0 |
| Los Osos | 1330.5 |
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/555399

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=555399 ==> size: 366
select * from Group_Definition gd, Group_Member gm where gd.Group_Id = gm.Group_Id and gd.League_Id = 555399 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 = 555399 order by Name ==> size: 57
select * from Baseball_Timeline where Year=2026 order by Week asc ==> size: 65
select * from Deadlines where League_Id = 555399 ==> 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=555399 ==> size: 49
select * from League_Design where League_Id = 555399 ==> size: 52
select * from Message_Board where League_Id=555399 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=555399 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 = 555399 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=555399 AND Team_Roster.Team_Id=4982327 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,8294,5058,9473,5144,5857,9534,5415,8616,9887,9053,8612,4165,8351,6531,9457,9023,9133,9419,4970,3352,5485,8996,8811,2706,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: 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=555399 AND Team_Roster.Team_Id=4981999 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,7897,6605,9305,9402,6654,9115,6814,2368,8412,8162,8152,8323,8689,8441,9074,8962,2835,8479,8672,8337,8226,9028,4416,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=555399 AND Team_Roster.Team_Id=4982314 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,8175,6011,8856,8345,9044,9725,5117,9100,6376,8710,9129,8519,8168,9563,9983,9006,10174,8678,7535,9146,9718,7580,3908,6608,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=555399 AND Team_Roster.Team_Id=4982010 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 (9430,6247,9297,9920,9483,8697,5580,6971,7902,6779,8715,9884,9561,8228,2720,9470,9302,8608,8654,9760,5792,8613,9207,6548,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: 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=555399 AND Team_Roster.Team_Id=4982256 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,9900,8708,8547,8582,8181,8591,10084,6058,8584,10085,9439,3283,10235,6768,9363,8182,2345,3989,9562,8829,9126,9127,4597,9436,9489) 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: 3622
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (203) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (204) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (206) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (205) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 246
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (207,208,209,210,210) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 262
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.Game_Id = 4920 and EP.Position_Id in (202,203,204,205,206,207,208,209,210,216) and BPV.Deleted = 0 order by BPV.Last_Name ==> size: 282
select * from Eligible_Players_History as EP,Baseball_Player_View as BPV where EP.Season = 2026 and EP.Baseball_Week = 6 and EP.Player_Id = BPV.Player_Id and EP.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=555399 AND Team_Roster.Team_Id=4982105 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,9908,9338,9432,3092,9564,6927,8983,8662,8600,9417,5886,8322,8117,8177,9443,9257,7594,8553,4676,10069,7691,10161,9080,8831) 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=555399 AND Team_Roster.Team_Id=4982310 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,5588,8452,9583,9061,8457,6602,8550,9091,4273,9158,9027,6296,5355,8556,5156,9415,5890,8598,8795,7541,7454,8365,9616,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: 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=555399 AND Team_Roster.Team_Id=4982325 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,5190,2224,4177,8822,9298,9931,8588,2829,7325,9025,8263,9130,10237,9559,8701,8098,8529,8120,8159,8576,8968,9220,8111,9570) 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=555399 AND Team_Roster.Team_Id=4982304 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 (9568,8619,8618,8862,9921,9613,8367,8860,6536,8407,8371,9623,9576,5354,9523,9156,7310,8918,9708,10014,5929,9482,7761,5915,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: 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=555399 AND Team_Roster.Team_Id=4982001 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 (7782,5981,8203,8825,8350,4825,3219,2494,7304,2329,9569,4515,6863,8562,8428,10206,7935,4486,6506,3169,9295,9029,6057,9095,8446,8581) 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