Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 78.8 ms
Record Count: 6
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 = '10929' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
149153.2666667267120415000001503Oak2019
2112412.731707353142102443000000507Oak2020
33051172.6068375159594704011200000523017Oak2021
44141442.8752256667155115000002837218Oak2022
53561043.4230769177686404710100000521021Atl2023
6010000001000000000Atl2024
Mr. Sports

Sean Murphy

Catcher
Atlanta Braves
Birthday: October 10, 1994   Age: 29
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
2019 Oak 49 15 3.27 5 0 3 26 7 12 0 4 15 0 0 0 0 0 1
2020 Oak 112 41 2.73 5 0 7 53 14 21 0 24 43 0 0 0 0 0 0
2021 Oak 305 117 2.61 23 0 17 159 59 47 0 40 112 0 0 0 0 0 5
2022 Oak 414 144 2.88 37 2 18 225 66 67 1 55 115 0 0 0 0 0 28
2023 Atl 356 104 3.42 21 0 21 177 68 64 0 47 101 0 0 0 0 0 5
2024 Atl 0 1 0.00 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0