Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 31.7 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 = '9671' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
18140.5714286511010000090001Was2014
22941062.7735848141405512460000099312116TB2015
33131162.6982758173475763000000111717117TB2016
44961473.37414962407878168400000140621230TB2017
5150712.112676168292142800000650712Ari2018
622112953140000091201ChN2020
717151.133333310320200000120111LAD2021
8460.6666667310000000051000Sea2022
Mr. Sports

Steve Souza

Outfielder

Birthday: April 24, 1989   Age: 35
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
2014 Was 8 14 0.57 0 0 1 5 1 1 0 1 0 0 0 0 0 9 0
2015 TB 294 106 2.77 12 1 16 141 40 55 12 46 0 0 0 0 0 99 3
2016 TB 313 116 2.70 17 1 17 173 47 57 6 30 0 0 0 0 0 111 7
2017 TB 496 147 3.37 21 2 30 240 78 78 16 84 0 0 0 0 0 140 6
2018 Ari 150 71 2.11 7 1 2 68 29 21 4 28 0 0 0 0 0 65 0
2020 ChN 22 11 2.00 2 0 1 9 5 3 1 4 0 0 0 0 0 9 1
2021 LAD 17 15 1.13 1 1 1 10 3 2 0 2 0 0 0 0 0 12 0
2022 Sea 4 6 0.67 0 0 0 3 1 0 0 0 0 0 0 0 0 5 1