TdlM / taskmaster

Menu
  • Make shortlink

people

3 rows where team = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dob (date)

id ▲ series seat name dob gender hand team champion TMI
38 Series 7 7 1 James Acaster 1985-01-09 M R James, Phil and Rhod 14 ➚
41 Series 7 7 4 Phil Wang 1990-01-22 M R James, Phil and Rhod 14 ➚
42 Series 7 7 5 Rhod Gilbert 1968-10-18 M R James, Phil and Rhod 14 ➚

Advanced export

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

CSV options:

CREATE TABLE people (
   id       INTEGER PRIMARY KEY,
   series   INTEGER REFERENCES series(id),
   seat     INTEGER,
   name     TEXT,
   dob      TEXT,
   gender   TEXT,
   hand     TEXT,
   team     INTEGER REFERENCES teams(id),
   champion INTEGER,
   TMI      INTEGER
);
Powered by Datasette · Queries took 7.236ms