Query
Template: /baseball/players/yearly-stats.cfm:74
Execution Time: 17.4 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 = '10881' and proteam <> 'F/A' and proteam <> 'Ret'
group by substring(period,1,4),proteam,feeds.player
order by substring(period,1,4) asc
ptsRgmsRppgRtbRrbiRrunRsbRbbRcRb1Rb2RssRb3RoutRdhRdoublertriplerhrrproteamyear
150321.562529670800003301401Det2020
245222.0454545235701000105800311Det2021
32801042.69230771444548043028421490016020TB2022
44681413.31914924098711580251411160324031TB2023
5122353.485714268201801600003302508TB 2024
Mr. Sports

Isaac Paredes

3rd Baseman
Tampa Bay Rays
Birthday: February 18, 1999   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 Det 50 32 1.56 4 0 1 29 6 7 0 8 0 0 0 0 33 0 1
2021 Det 45 22 2.05 3 1 1 23 5 7 0 10 0 0 10 5 8 0 0
2022 TB 280 104 2.69 16 0 20 144 45 48 0 43 0 28 42 1 49 0 0
2023 TB 468 141 3.32 24 0 31 240 98 71 1 58 0 25 14 1 116 0 3
2024 TB 122 35 3.49 5 0 8 68 20 18 0 16 0 0 0 0 33 0 2