Baselight
Sign In

Query Result

Loading...Loading chart...
1select events.minute, count(distinct m.match_id) as nr_matches
2from @blt.ultimate_soccer_dataset.seasons s
3inner join @blt.ultimate_soccer_dataset.competitions c on (s.competition_id = c.competition_id)
4inner join @blt.ultimate_soccer_dataset.matches m on (m.season_id = s.season_id)
5inner join @blt.ultimate_soccer_dataset.match_events events on (events.match_id = m.match_id)
6where slug = 'premier-league' and s.season_label='2025/2026' and m.status = 'Match Finished'  and c.country = 'England'
7      and events.event_type = 'goal'
8      and events.description not in ('Missed Penalty')
9group by all
10order by 1
minutenr_matches
14
25
32
48
59
66
77
85
910
104
115
123
138
147
158
162
175
189
196
205
216
225
235
248
258
266
277
286
298
309
3110
329
337
3415
3511
368
3716
3812
395
406
417
428
437
446
4543
468
476
489
499
5011
517
526
533
5411
558
568
5710
5812
593
6011
6117
624
6310
6411
6510
6610
679
688
6910
709
719
726
739
743
757
7611
777
7815
799
806
8110
827
839
8415
856
867
874
8810
897
9081

Share link

Anyone who has the link will be able to view this.