TdlM / taskmaster

Menu
  • Make shortlink

people

5 rows where series = 7

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: gender, team, champion, 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 ➚
39 Series 7 7 2 Jessica Knappett 1984-11-28 F R Jessica and Kerry 13 ➚
40 Series 7 7 3 Kerry Godliman 1973-11-17 F R Jessica and Kerry 13 ✓ ➚
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 8.115ms