Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 14.4 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 = '11385' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
13621183.067796718165641042112000001LAD2006
25001473.401360524585852164142000002LAD2007
31291.3333334651000000039101ChN2023
419111.727272710241200000101101ChN2024
Mr. Sports

Alexander Canario

Outfielder
Chicago Cubs
Birthday: May 07, 2000   Age: 24
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
2006 LAD 362 118 3.07 * * * 181 65 64 10 42 112 0 0 0 0 0 1
2007 LAD 500 147 3.40 * * * 245 85 85 21 64 142 0 0 0 0 0 2
2023 ChN 12 9 1.33 1 0 1 6 5 1 0 0 0 0 0 0 0 3 9
2024 ChN 19 11 1.73 1 0 1 10 2 4 1 2 0 0 0 0 0 10 1