!613 SELECT teamId, teamName, teamAbbreviation, teamCapId, teamCapIdCo, SUM(scoreWon) AS sumWon, SUM(scoreLost) AS sumLoss,SUM(scorePlayed) AS sumPlayed, SUM(scoreTieBreak) AS sumTieBreak FROM `mblScoreLog` LEFT JOIN `mblTeamLog` ON `scoreTeamId` = `teamId` WHERE `scoreHide` = 'no' AND `scoreStatus` = 'played' GROUP BY teamId ORDER BY sumWon DESC, sumLoss ASC,`sumTieBreak` ASC,teamName

Standings !616

Masters Bocce League
PlaceTeam/CaptainWonLostPct 
1The Rolling Stones t1
Captain: Kari Vilamaa
201066.7% 
2River Rollers t2
Captain: Tom Barbieri
191163.3% 
3Wildcats Cats t3
Captain: Bruce Clark
171356.7% 
4The Ballberians t4
Captain: Al Scott
131644.8% 
4The Tootsie Rollers t5
Captain: Norm Zieg
131644.8% 
6Rolling Champs t6
Captain: Grace Spence
72323.3% 
mblAdmin.php v05 2025-03-26 9:14 AM:77