Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 15.9 ms
Record Count: 5
Cached: No
Lazy: No
SQL:
SELECT ptsR=SUM(feeds.scored_points),
gmsR=SUM(feeds.games),
ppgR=(convert(real,SUM(feeds.scored_points)) / convert(real,SUM(feeds.games))),
tbR=SUM(feeds.total_bases),
rbiR=SUM(feeds.rbi),
runR=SUM(feeds.runs),
sbR=SUM(feeds.stolen_bases),
bbR=SUM(feeds.bb),
cR=SUM(feeds.c_games),
b1R=SUM(feeds.fb_games),
b2R=SUM(feeds.sb_games),
ssR=SUM(feeds.ss_games),
b3R=SUM(feeds.tb_games),
outR=SUM(feeds.of_games),
dhR=SUM(feeds.dh_games),
(select sum(dailystats.doubles) from dailystats where player=feeds.player and date like CONCAT(substring(feeds.period,1,4), '%')) as doubler,
(select sum(dailystats.triples) from dailystats where player=feeds.player and date like CONCAT(substring(feeds.period,1,4), '%')) as tripler,
(select sum(dailystats.hr) from dailystats where player=feeds.player and date like CONCAT(substring(feeds.period,1,4), '%')) as hrr,
proteam,year=substring(period,1,4)
from feeds
WHERE player = '10899' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
1111100001000000000LAD2020
267282.3928573615100623000000303Was2021
32471112.225225214236336301060000012207Was2022
43691352.73333332146855131116000001624018Was2023
527191.421052617430317000002002Was2024
Mr. Sports

Keibert Ruiz

Catcher
Washington Nationals
Birthday: July 20, 1998   Age: 25
Yearly Stats
General Info Hitting Breakdown Games by Position Breakdown
Year Proteam Points Games PPG Doubles Triples HR Total Bases RBI Run SB BB C 1B 2B SS 3B OF DH
2020 LAD 1 1 1.00 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0
2021 Was 67 28 2.39 3 0 3 36 15 10 0 6 23 0 0 0 0 0 0
2022 Was 247 111 2.23 22 0 7 142 36 33 6 30 106 0 0 0 0 0 1
2023 Was 369 135 2.73 24 0 18 214 68 55 1 31 116 0 0 0 0 0 16
2024 Was 27 19 1.42 0 0 2 17 4 3 0 3 17 0 0 0 0 0 2