Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 62 ms
Record Count: 8
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 = '10369' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
182342.41176464417901200000310215Ari2016
2322953.389473718147585310000096025216Sea2017
35551573.5350318294939087000000156138426Sea2018
4226623.645161411432464300000062113115Sea2019
55631563.6089745299100109154000001243523239Sea2021
6163543.0185184863128018000004412809Sea2022
7148602.4666667772827115000005631316SF2023
881322.5312541181201000000293404Sea2024
Mr. Sports

Mitch Haniger

Outfielder
Seattle Mariners
Birthday: December 23, 1990   Age: 33
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 Ari 82 34 2.41 2 1 5 44 17 9 0 12 0 0 0 0 0 31 0
2017 Sea 322 95 3.39 25 2 16 181 47 58 5 31 0 0 0 0 0 96 0
2018 Sea 555 157 3.54 38 4 26 294 93 90 8 70 0 0 0 0 0 156 1
2019 Sea 226 62 3.65 13 1 15 114 32 46 4 30 0 0 0 0 0 62 1
2021 Sea 563 156 3.61 23 2 39 299 100 109 1 54 0 0 0 0 0 124 35
2022 Sea 163 54 3.02 8 0 9 86 31 28 0 18 0 0 0 0 0 44 12
2023 SF 148 60 2.47 13 1 6 77 28 27 1 15 0 0 0 0 0 56 3
2024 Sea 81 32 2.53 4 0 4 41 18 12 0 10 0 0 0 0 0 29 3