return to home page
- Lakes Schedule
- Lakes Standings
- Lakes Scores
- Sound Schedule
- Sound Standings
- Sound Scores
- River Schedule
- River Standings
- River Scores
- all divisions printable standings
- Captains
- Teams
- League Rules
- Pelican Sound Rules
- Competitive League Home Page
- Pelican Sound Bocce
- set scores!301
requires password
!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`=2 AND `scoreHide` = 'no' AND `scoreStatus` = 'played'
GROUP BY teamId,divId ORDER BY sumWon DESC, sumLoss ASC,`sumTieBreak` ASC,teamName
Standings !616
Sound
Place | Team/Captain | Won | Lost | Pct |
---|---|---|---|---|
1 | Island Sound 1B S03 Captains: JoAnn Jesberger |
10 | 2 | 83.3% |
2 | Seaside 1 S02 Captains: Gary Bodenmiller |
8 | 4 | 66.7% |
3 | Edgewater 1 S10 Captains: Dave Best Jon Steele |
7 | 5 | 58.3% |
3 | Island Sound 2A S06 Captains: Terry Murphy |
7 | 5 | 58.3% |
3 | Seaside 2 S08 Captains: Bud Stoneburner |
7 | 5 | 58.3% |
3 | Turnberry 1A S04 Captains: Donna Bishop |
7 | 5 | 58.3% |
7 | Southern Hills 2 S01 Captains: Eric Dany |
5 | 7 | 41.7% |
8 | Southern Hills 1 S07 Captains: Randall Straub |
4 | 8 | 33.3% |
9 | Pinehurst B S05 Captains: Art Stein |
3 | 9 | 25.0% |
10 | Seaside 3 S09 Captains: Susan Harrison |
2 | 10 | 16.7% |