Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 15.7 ms
Record Count: 4
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 = '11483' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
11152.2712015000000110Bos2021
231201.5513770419020100201Bos2022
32661152.313043614536558221200400012629Bos2023
473243.0416667481490222310001405Bos2024
Mr. Sports

Connor Wong

Catcher
Boston Red Sox
Birthday: May 19, 1996   Age: 27
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
2021 Bos 11 5 2.20 1 1 0 7 1 2 0 1 5 0 0 0 0 0 0
2022 Bos 31 20 1.55 2 0 1 13 7 7 0 4 19 0 2 0 1 0 0
2023 Bos 266 115 2.31 26 2 9 145 36 55 8 22 120 0 4 0 0 0 1
2024 Bos 73 24 3.04 4 0 5 48 14 9 0 2 22 3 1 0 0 0 1