!613
SELECT divId, divName, teamId, teamName, teamAbbreviation, teamCapId, teamCapIdCo,
SUM(scoreWon) AS sumWon, SUM(scoreLoss) AS sumLoss,SUM(scorePlayed) AS sumPlayed, SUM(scoreTieBreak) AS sumTieBreak FROM `scoreLog`
LEFT JOIN `teamLog` ON `scoreTeamId` = `teamId`
LEFT JOIN `divisionLog` ON `teamDivId` = `divId`
WHERE `divId`=4 AND `scoreHide` = 'no' AND `scoreStatus` = 'played'
GROUP BY teamId,divId ORDER BY sumWon DESC, sumLoss ASC,`sumTieBreak` ASC,teamName
Standings !616
Competitive
| Place | Team/Captain | Won | Lost | Pct |
|---|---|---|---|---|
| 1 | Bocce Masters t8 Captain: Ken Freeman Nancy Freeman |
5 | 2 | 71.4% |
| 1 | Palino Pals t5 Captain: Frank Abt |
5 | 2 | 71.4% |
| 1 | The Dunes t6 Captain: Bruce Barsky |
5 | 2 | 71.4% |
| 4 | Fireballs t3 Captain: Eric Dany |
4 | 3 | 57.1% |
| 4 | Front Runners t1 Captain: Dick Weinand |
4 | 3 | 57.1% |
| 6 | Ready to Roll t4 Captain: Skeeter Seifert |
2 | 5 | 28.6% |
| 6 | The Bocce Boys t7 Captain: Dan Jackson |
2 | 5 | 28.6% |
| 8 | Bocce Barons t2 Captain: Cliff Bickerton |
1 | 6 | 14.3% |