Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 21.9 ms
Record Count: 7
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 = '9581' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
182461.78260873813169600427000132KC2016
227221.227272712345300149001001KC2017
3174742.3513513793747011001261003001KC2018
43591023.51960781776258431900010000220109KC2019
5181593.06779679122332411000590001136KC2020
6114353.2571428571719156000112005816KC2021
722151.46666677335400015000000KC2022
Mr. Sports

Adalberto Mondesí

Shortstop
Free Agent
Birthday: July 27, 1995   Age: 28
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
2016 KC 82 46 1.78 1 3 2 38 13 16 9 6 0 0 42 7 0 0 0
2017 KC 27 22 1.23 0 0 1 12 3 4 5 3 0 0 14 9 0 0 1
2018 KC 174 74 2.35 0 0 1 79 37 47 0 11 0 0 12 61 0 0 3
2019 KC 359 102 3.52 20 10 9 177 62 58 43 19 0 0 0 100 0 0 2
2020 KC 181 59 3.07 11 3 6 91 22 33 24 11 0 0 0 59 0 0 0
2021 KC 114 35 3.26 8 1 6 57 17 19 15 6 0 0 0 11 20 0 5
2022 KC 22 15 1.47 0 0 0 7 3 3 5 4 0 0 0 15 0 0 0