Baselight
Sign In

Query Result

Loading...Loading chart...
1SELECT 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_namerankpointsplayedwinsdrawslossesgoals_forgoals_againstgoal_differencehome_winshome_drawshome_lossesaway_winsaway_drawsaway_losseshome_goals_forhome_goals_againsthome_goal_differenceaway_goals_foraway_goals_againstaway_goal_differencenotes
2026-05-02 00:00:00+00Arsenal17635237567264114229534011027150Promotion - Champions League (League phase)
2026-05-02 00:00:00+00Manchester City27033217566293712319443812028170Promotion - Champions League (League phase)
2026-05-02 00:00:00+00Manchester United361341710760461411336743320027260Promotion - Champions League (League phase)
2026-05-02 00:00:00+00Liverpool458341771057441310437373218025260Promotion - Champions League (League phase)
2026-05-02 00:00:00+00Aston Villa55834177104742511246562718020240Promotion - Champions League (League phase)
2026-05-02 00:00:00+00Brentford6513514912524668736293119021270Promotion - Europa League (League phase)
2026-05-02 00:00:00+00Brighton75035131111494278635582717022250Promotion - Conference League (Play Offs)
2026-05-02 00:00:00+00Bournemouth8493411167525206925752519027330null
2026-05-02 00:00:00+00Chelsea9483413912534586567462321030240null
2026-05-02 00:00:00+00Fulham104835146154449-5102544102819016300null

Share link

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