!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
| Place | Team/Captain | Won | Lost | Pct |
|---|---|---|---|---|
| 1 | River Rollers t2 Captain: Tom Barbieri |
12 | 3 | 80.0% |
| 2 | The Rolling Stones t1 Captain: Kari Vilamaa |
9 | 6 | 60.0% |
| 3 | The Ballberians t4 Captain: Al Scott |
7 | 7 | 50.0% |
| 3 | The Tootsie Rollers t5 Captain: Norm Zieg |
7 | 7 | 50.0% |
| 5 | Wildcats Cats t3 Captain: Bruce Clark |
7 | 8 | 46.7% |
| 6 | Rolling Champs t6 Captain: Grace Spence |
2 | 13 | 13.3% |