CLE
98
NY
159
MEM
114
LAL
123
CHI
117
NY
144
NY
126
CHI
105
IND
109
CLE
116
LAL
126
UTAH
99
CHI
139
NY
134
CLE
110
IND
134
POR
129
SA
120
UTAH
116
LAL
129
WAS
136
MIL
132
CHA
109
MIA
127
All Scores
NBA SIMS LEAGUE
Por:
Edwards and Flagg combine for 74 points to push Portland past the Spurs and into the Second Round ...
Utah:
Jazz fans descend on LA in droves.. LETS GO JAZZ!!!! LETS GO JAZZ!!!! ...
SA:
DONT LET US GET 2! ...
May 23 12:23 am
Menu
NSL HOME
Home
Rumor Mill
Premium
News Archive
Scoreboard
Timetable
Contacts
TEAMS
Teams
Clubhouse
Depth Chart
News
Rosters
Pods
Statistics
Ratings
Schedule
Transactions
NBA Statistics
Salaries
Demographics
Ranking
Salary History
PLAYERS
Players
Directory
Award Watch
Free Agents
Trade Board
Awards
Rookie Ranking
STATS
Statistics
Leaders
Team Stats
Adv Team Stats
Head to Head
Position Stats
PER
mPER
Records
Records All-Time
STANDINGS
Conference
Expanded
Division
League
Power Ranking
Vs Division
Head To Head
Pre-Season
Conference Strength
SCHEDULE
Schedule
Game of the Week
Game Predictions
TRANSACTIONS
Transactions
Trades
Free Agent Bids
Injury Watch
FA Day
DRAFT
Draft Board
Green Room
Draft Picks
Past Drafts
Future Picks
Statistics
Statistics
League leaders, advanced stats, and team statistics
League Leaders
Advanced Stats
Overview
Team Statistics
League Leaders
PER
All-Time Leaders
Head to Head
Position Stats
Records
Records All-Time
Team Stats - Regular Season - 0
$res_team=sendSql($db,"SELECT CONCAT('
',s.team_id,'
') AS 'TM', Count(*) AS 'Gs', round($aggFunc(s.fgm),$roundDigits) AS 'FGM', round($aggFunc(s.fga),$roundDigits) AS 'FGA', right(round($aggFunc(s.fgm)/$aggFunc(s.fga),2),3) AS 'FG%', round($aggFunc(s.3pm),$roundDigits) AS '3PM', round($aggFunc(s.3pa),$roundDigits) AS '3PA', right(round($aggFunc(s.3pm)/$aggFunc(s.3pa),2),3) AS '3P%', round($aggFunc(s.ftm),$roundDigits) AS 'FTM', round($aggFunc(s.fta),$roundDigits) AS 'FTA', right(round($aggFunc(s.ftm)/$aggFunc(s.fta),2),3) AS 'FT%', round($aggFunc(s.oreb),$roundDigits) AS 'OFF', round($aggFunc(s.dreb),$roundDigits) AS 'DEF', round($aggFunc(s.rebs),$roundDigits) AS 'REB', round($aggFunc(s.ast),$roundDigits) AS 'AST', round($aggFunc(s.stl),$roundDigits) AS 'STL', round($aggFunc(s.blk),$roundDigits) AS 'BLK', round($aggFunc(s.tos),$roundDigits) AS 'TO', round($aggFunc(s.pf),$roundDigits) AS 'PF', round($aggFunc(s.pip),$roundDigits) AS 'PIP', round($aggFunc(s.scp),$roundDigits) AS 'SCP', round($aggFunc(s.fbp),$roundDigits) AS 'FBP', round($aggFunc(s.bep),$roundDigits) AS 'BEP', round($aggFunc(s.pts),$roundDigits) AS 'PTS', round($aggFunc(s.pts)-$aggFunc(o.pts),$roundDigits) AS 'MRG' FROM 3_stats s LEFT JOIN (select game_id, opponent_id as team_id, Round(avg(pts),1) as pts from 3_stats WHERE week_type like '$selectedWeekType%' group by 1,2) o on s.team_id = o.team_id and s.game_id = o.game_id WHERE s.week_type like '$selectedWeekType%' AND s.week BETWEEN $selectedWeekMin AND $selectedWeekMax GROUP BY 1 ORDER BY $sortBy DESC;"); // OPPONENT $res_opp= sendSql($db,"SELECT CONCAT('
',s.opponent_id,'
') AS 'TM', Count(*) AS 'Gs', round($aggFunc(s.fgm),$roundDigits) AS 'FGM', round($aggFunc(s.fga),$roundDigits) AS 'FGA', right(round($aggFunc(s.fgm)/$aggFunc(s.fga),2),3) AS 'FG%', round($aggFunc(s.3pm),$roundDigits) AS '3PM', round($aggFunc(s.3pa),$roundDigits) AS '3PA', right(round($aggFunc(s.3pm)/$aggFunc(s.3pa),2),3) AS '3P%', round($aggFunc(s.ftm),$roundDigits) AS 'FTM', round($aggFunc(s.fta),$roundDigits) AS 'FTA', right(round($aggFunc(s.ftm)/$aggFunc(s.fta),2),3) AS 'FT%', round($aggFunc(s.oreb),$roundDigits) AS 'OFF', round($aggFunc(s.dreb),$roundDigits) AS 'DEF', round($aggFunc(s.rebs),$roundDigits) AS 'REB', round($aggFunc(s.ast),$roundDigits) AS 'AST', round($aggFunc(s.stl),$roundDigits) AS 'STL', round($aggFunc(s.blk),$roundDigits) AS 'BLK', round($aggFunc(s.tos),$roundDigits) AS 'TO', round($aggFunc(s.pf),$roundDigits) AS 'PF', round($aggFunc(s.pip),$roundDigits) AS 'PIP', round($aggFunc(s.scp),$roundDigits) AS 'SCP', round($aggFunc(s.fbp),$roundDigits) AS 'FBP', round($aggFunc(s.bep),$roundDigits) AS 'BEP', round($aggFunc(s.pts),$roundDigits) AS 'PTS', round($aggFunc(o.pts)-$aggFunc(s.pts),$roundDigits) AS 'MRG' FROM 3_stats s LEFT JOIN (select game_id, team_id, Round(avg(pts),1) as pts from 3_stats WHERE week_type like '$selectedWeekType%' group by 1,2) o on s.opponent_id = o.team_id and s.game_id = o.game_id WHERE s.week_type like '$selectedWeekType%' AND s.week BETWEEN $selectedWeekMin AND $selectedWeekMax GROUP BY s.opponent_id ORDER BY $sortBy;"); // LEAGUE $res_league = sendSql($db,"SELECT 'League' AS 'TM', Count(*) AS 'Gs', round($aggFunc(s.fgm),$roundDigits) AS 'FGM', round($aggFunc(s.fga),$roundDigits) AS 'FGA', right(round($aggFunc(s.fgm)/$aggFunc(s.fga),2),3) AS 'FG%', round($aggFunc(s.3pm),$roundDigits) AS '3PM', round($aggFunc(s.3pa),$roundDigits) AS '3PA', right(round($aggFunc(s.3pm)/$aggFunc(s.3pa),2),3) AS '3P%', round($aggFunc(s.ftm),$roundDigits) AS 'FTM', round($aggFunc(s.fta),$roundDigits) AS 'FTA', right(round($aggFunc(s.ftm)/$aggFunc(s.fta),2),3) AS 'FT%', round($aggFunc(s.oreb),$roundDigits) AS 'OFF', round($aggFunc(s.dreb),$roundDigits) AS 'DEF', round($aggFunc(s.rebs),$roundDigits) AS 'REB', round($aggFunc(s.ast),$roundDigits) AS 'AST', round($aggFunc(s.stl),$roundDigits) AS 'STL', round($aggFunc(s.blk),$roundDigits) AS 'BLK', round($aggFunc(s.tos),$roundDigits) AS 'TO', round($aggFunc(s.pf),$roundDigits) AS 'PF', round($aggFunc(s.pip),$roundDigits) AS 'PIP', round($aggFunc(s.scp),$roundDigits) AS 'SCP', round($aggFunc(s.fbp),$roundDigits) AS 'FBP', round($aggFunc(s.bep),$roundDigits) AS 'BEP', round($aggFunc(s.pts),$roundDigits) AS 'PTS', round($aggFunc(0),$roundDigits) AS 'MRG' FROM 3_stats s WHERE s.week_type like '$selectedWeekType%' AND s.week BETWEEN $selectedWeekMin AND $selectedWeekMax;"); ?>
Totals
Averages
Summer League
Preseason
Regular Season
Playoffs
All Weeks
Week 1
Week 2
Week 3
Week 4
Week 5
Week 6
Week 7
Week 8
Week 9
Week 10
Week 11
Week 12
Week 13
Week 14
Week 15
Week 16
Week 17
Week 18
Week 19
Week 20
Week 21
League
Team
Opponents
© 2026| All Rights Reserved |
About Us
|