home / games

season

19 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: current_yn

season ▼ current_yn
2005-06 0
2006-07 0
2007-08 0
2008-09 0
2009-10 0
2010-11 0
2011-12 0
2012-13 0
2013-14 0
2014-15 0
2015-16 0
2016-17 0
2017-18 0
2018-19 0
2019-20 0
2020-21 0
2022-23 0
2023-24 0
2024-25 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "season" (
	"season"	TEXT NOT NULL,
	"current_yn"	TEXT,
	PRIMARY KEY("season")
);
Powered by Datasette · Queries took 1.2ms