:select year from season_meta where id = 18:
SÆSON 2020 OVERBLIK
Runde | FFJ | LMD | RTP | SAC |
Placering | SpilPoint | Point | Placering | SpilPoint | Point | Placering | SpilPoint | Point | Placering | SpilPoint | Point |
:select b.id, b.round_number, a.season_meta_id, sum(a.ffj_points) ffj, sum(a.lmd_points) lmd, sum(a.rtp_points) rtp, sum(a.sac_points) sac from round_meta b left join game_result a on a.round_meta_id = b.id where b.season_meta_id =18 group by b.id, b.round_number order by b.id, b.round_number :
1 | 3 | | 83 | 2 | | 90 | 4 | | 76 | 1 | | 101 |
2 | 3 | | 99 | 1 | | 130 | 2 | | 109 | 4 | | 76 |
3 | 4 | | 48 | 2 | | 107 | 3 | | 94 | 1 | | 143 |
4 | 4 | | 65 | 1 | | 91 | 2 | | 79 | 3 | | 69 |
5 | 2 | | 90 | 3 | | 57 | 4 | | 47 | 1 | | 98 |
6 | | | | | | | | | | | | |
7 | | | | | | | | | | | | |
8 | 4 | | 35 | 1 | | 112 | 3 | | 86 | 2 | | 98 |
|
Samlet | 4 | | 35 | 1 | | 112 | 3 | | 86 | 2 | | 98 |
Warning: Undefined array key "logged_in" in /customers/8/b/5/sparbonde.dk/httpd.www/round_overview.php on line 164