Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 21.8 ms
Record Count: 5
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 = '11271' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
1111100000000020000Atl2020
224201.212460200000220301Oak2021
3110801.37558181811500000870623Oak2022
467371.810810834101121000000431712Phi2023
510101211060000082000Phi2024
Mr. Sports

Cristian Pache

Outfielder
Philadelphia Phillies
Birthday: November 19, 1998   Age: 25
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
2020 Atl 1 1 1.00 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0
2021 Oak 24 20 1.20 3 0 1 12 4 6 0 2 0 0 0 0 0 22 0
2022 Oak 110 80 1.38 6 2 3 58 18 18 1 15 0 0 0 0 0 87 0
2023 Phi 67 37 1.81 7 1 2 34 10 11 2 10 0 0 0 0 0 43 1
2024 Phi 10 10 1.00 0 0 0 2 1 1 0 6 0 0 0 0 0 8 2