Baselight
Sign In

Query Result

Loading...Loading chart...
1SELECT DISTINCT st.* EXCLUDE (season_id, team_id, season_year, competition_name)
2FROM @blt.ultimate_soccer_dataset.standings st
3INNER JOIN @blt.ultimate_soccer_dataset.seasons s ON (st.season_id = s.season_id)
4INNER JOIN @blt.ultimate_soccer_dataset.competitions c ON (s.competition_id = c.competition_id)
5WHERE c.slug = 'premier-league' and s.season_label = '2025/2026' and c.country = 'England'
6ORDER BY snapshot_date DESC, st.competition_name, season_year DESC, rank
7LIMIT 10
snapshot_dateteam_namerankgroupformstatuspointsplayedwinsdrawslossesgoals_forgoals_againstgoal_differencehome_winshome_drawshome_lossesaway_winsaway_drawsaway_losseshome_goals_forhome_goals_againsthome_goal_differenceaway_goals_foraway_goals_againstaway_goal_differencenotes
2026-05-27 00:00:00+00Arsenal1Premier LeagueWWWWWsame8538267571274415221153411130301614Promotion - Champions League (League phase)
2026-05-27 00:00:00+00Manchester City2Premier LeagueLDWWDsame783823967735421432964451431322111Promotion - Champions League (League phase)
2026-05-27 00:00:00+00Manchester United3Premier LeagueWWDWWsame713820117695019133378439241530264Promotion - Champions League (League phase)
2026-05-27 00:00:00+00Aston Villa4Premier LeagueWWDLLsame6538198115649712257663222102427-3Promotion - Champions League (League phase)
2026-05-27 00:00:00+00Liverpool5Premier LeagueDLDLWsame60381791263531010637393420142933-4Promotion - Champions League (League phase)
2026-05-27 00:00:00+00Bournemouth6Premier LeagueDDWWDsame573813187585447102685292092934-5Promotion - Europa League (League phase)
2026-05-27 00:00:00+00Sunderland7Premier LeagueWWDDLsame54381412124248-6964568252051728-11Promotion - Europa League (League phase)
2026-05-27 00:00:00+00Brighton8Premier LeagueLLWLWsame5338141113524669645593020102226-4Promotion - Conference League (Qualification)
2026-05-27 00:00:00+00Brentford9Premier LeagueDDLWLsame53381411135552388363103321122231-9null
2026-05-27 00:00:00+00Chelsea10Premier LeagueLWDLLsame5238141014585267577572625132275null

Share link

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