SELECT SUM(ranked.score) AS scores, SUM(ranked.darts) AS darts, ranked.year, heim, gast, id, mdate FROM (SELECT ls.score, ls.darts as darts, YEAR(`lg`.`mdate`) as YEAR, lg.heim, lg.gast, lg.id, lg.mdate ,@leground := IF(@tmpleg = leg, @leground + 1, 1) AS leground, @tmpleg := leg FROM #__livescore_score ls INNER JOIN #__livescore_games lg ON ls.game = lg.id INNER JOIN #__livescore_modus lm ON lg.rrmodus = lm.id INNER JOIN #__livescore_roundrobin lrr ON lm.id = lrr.modus AND lrr.ordering = ls.spiel WHERE ls.pass = 2885 AND ls.darts>0 AND lrr.round = 'E' AND lg.finish = 1 AND Year(lg.mdate)=2018 ORDER BY ls.game, ls.spiel, ls.leg, ls.id) ranked WHERE ranked.leground <= 3 GROUP BY ranked.year, ranked.mdate ORDER BY ranked.mdate
LiveScoring

Norman Schnaubelt
Statistik 2018
Einzel
Paarung
Gesamtscore
Gesamtdarts
3-Dart Average
First 9 Average
100+
140+
180
Bären 3 - Seenbachdarter 1
2.442
169
43,349
40,667
3
1
0
Seenbachdarter 1 - DC Hotzenplotz 2
1.359
90
45,300
47,222
3
0
0
Gesamt:
3.801
259
44,027
43,125
6
1
0
 
Doppel
Paarung
Gesamtscore
Gesamtdarts
3-Dart Average
100+
140+
180
Bären 3 - Seenbachdarter 1
625
39
48,077
1
0
0
Seenbachdarter 1 - DC Hotzenplotz 2
796
63
37,905
1
0
0
DC Hotzenplotz 2 - Seenbachdarter 1
812
80
30,450
0
0
0
Gesamt:
2.233
182
36,808
2
0
0