(יצירת דף עם התוכן "<includeonly><!-- --><div class="ProfilesST-Table">{{{שוער|}}} <div class="ProfilesST-IR"> <div style="display: table-cell;">עונה</div> <div style="dis...") |
אין תקציר עריכה |
||
| שורה 30: | שורה 30: | ||
COUNT(*)=TotalGames, | COUNT(*)=TotalGames, | ||
SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=2 then 1 else 0 end)=Ties, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=3 then 1 else 0 end)=Losses, | ||
SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | ||
SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | ||
| שורה 62: | שורה 62: | ||
COUNT(*)=TotalGames, | COUNT(*)=TotalGames, | ||
SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | SUM(CASE when Football_Games.ResultOpt=1 then 1 else 0 end)=Wins, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=2 then 1 else 0 end)=Ties, | ||
SUM(CASE when | SUM(CASE when Football_Games.ResultOpt=3 then 1 else 0 end)=Losses, | ||
SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | SUM(Football_Games.ResultMaccabi)=TotalGoalsForMaccabi, | ||
SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | SUM(Football_Games.ResultOpponent)=TotalGoalsAgainstMaccabi, | ||