Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 17.9 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 = '9570' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
155202.75291381412000000205Col2016
26100.6211028000000100Col2017
355361.5277778361150322000001712Col2018
4229733.136986313640322196600001512118Sea2019
5204972.1030927963335040880000048011Sea2021
632132.461538614190812000001201Sea2022
7123462.673913781718010400000051208Sea2023
817131.30769238230412000001101SF 2024
Mr. Sports

Tom Murphy

Catcher
San Francisco Giants
Birthday: April 03, 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
2016 Col 55 20 2.75 2 0 5 29 13 8 1 4 12 0 0 0 0 0 0
2017 Col 6 10 0.60 1 0 0 2 1 1 0 2 8 0 0 0 0 0 0
2018 Col 55 36 1.53 7 1 2 36 11 5 0 3 22 0 0 0 0 0 1
2019 Sea 229 73 3.14 12 1 18 136 40 32 2 19 66 0 0 0 0 1 5
2021 Sea 204 97 2.10 8 0 11 96 33 35 0 40 88 0 0 0 0 0 4
2022 Sea 32 13 2.46 2 0 1 14 1 9 0 8 12 0 0 0 0 0 1
2023 Sea 123 46 2.67 12 0 8 78 17 18 0 10 40 0 0 0 0 0 5
2024 SF 17 13 1.31 1 0 1 8 2 3 0 4 12 0 0 0 0 0 1