!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 | The Rolling Stones t1 Captain: Kari Vilamaa |
20 | 10 | 66.7% |
| 2 | River Rollers t2 Captain: Tom Barbieri |
19 | 11 | 63.3% |
| 3 | Wildcats Cats t3 Captain: Bruce Clark |
17 | 13 | 56.7% |
| 4 | The Ballberians t4 Captain: Al Scott |
13 | 16 | 44.8% |
| 4 | The Tootsie Rollers t5 Captain: Norm Zieg |
13 | 16 | 44.8% |
| 6 | Rolling Champs t6 Captain: Grace Spence |
7 | 23 | 23.3% |