Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 407 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 = '9337' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
154252.1627117090000500403Ari2013
2313111000000001000ChA2016
33171182.68644071876843019019003406016126ChA2017
43471232.82113811826251052045001406423020ChA2018
535201.75171130402000013103Cin2020
6531.6666666011030000301001Ari2022
71181.375722000100601001Oak2022
Mr. Sports

Matt Davidson

3rd Baseman
Free Agent
Birthday: March 26, 1991   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
2013 Ari 54 25 2.16 4 0 3 27 11 7 0 9 0 0 0 0 5 0 0
2016 ChA 3 1 3.00 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1
2017 ChA 317 118 2.69 16 1 26 187 68 43 0 19 0 19 0 0 34 0 60
2018 ChA 347 123 2.82 23 0 20 182 62 51 0 52 0 45 0 0 14 0 64
2020 Cin 35 20 1.75 1 0 3 17 11 3 0 4 0 2 0 0 0 0 13
2022 Ari 5 3 1.67 0 0 1 0 1 1 0 3 0 0 0 0 3 0 1
Oak 11 8 1.38 0 0 1 7 2 2 0 0 0 1 0 0 6 0 1