!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

No results to report

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
mblAdmin.php v04 2024-12-11 4:49 PM:77