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 = 2890 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

Grzonka Michael
Statistik 2018
Einzel
Paarung
Gesamtscore
Gesamtdarts
3-Dart Average
First 9 Average
100+
140+
180
Bären 3 - Seenbachdarter 1
1.503
73
61,767
85,111
2
3
0
Seenbachdarter 1 - DC Hotzenplotz 2
1.503
69
65,348
76,889
5
0
0
DC Hotzenplotz 2 - Seenbachdarter 1
1.503
68
66,309
64,222
4
1
0
Gesamt:
4.509
210
64,414
75,407
11
4
0
 
Doppel
Paarung
Gesamtscore
Gesamtdarts
3-Dart Average
100+
140+
180
Bären 3 - Seenbachdarter 1
1.287
68
56,779
3
0
0
Seenbachdarter 1 - DC Hotzenplotz 2
1.230
63
58,571
3
2
0
DC Hotzenplotz 2 - Seenbachdarter 1
1.001
76
39,513
1
1
0
Gesamt:
3.518
207
50,986
7
3
0