TdlM / taskmaster

Menu
  • Make shortlink

people

5 rows where series = 15

✎ 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
98 Series 15 15 1 Frankie Boyle 1972-08-16 M R Frankie and Ivo 33 ➚
99 Series 15 15 2 Ivo Graham 1990-09-05 M R Frankie and Ivo 33 ➚
100 Series 15 15 3 Jenny Eclair 1960-03-16 F R Jenny, Kiell and Mae 34 ➚
101 Series 15 15 4 Kiell Smith-Bynoe 1989-03-05 M R Jenny, Kiell and Mae 34 ➚
102 Series 15 15 5 Mae Martin 1987-05-02 NB R Jenny, Kiell and Mae 34 ✓ ➚

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.503ms