!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 
1River Rollers t2
Captain: Tom Barbieri
12380.0% 
2The Rolling Stones t1
Captain: Kari Vilamaa
9660.0% 
3The Ballberians t4
Captain: Al Scott
7750.0% 
3The Tootsie Rollers t5
Captain: Norm Zieg
7750.0% 
5Wildcats Cats t3
Captain: Bruce Clark
7846.7% 
6Rolling Champs t6
Captain: Grace Spence
21313.3% 
mblAdmin.php v05 2025-03-26 9:14 AM:77