TdlM / taskmaster

Menu
  • Make shortlink

people

5 rows where series = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: gender, hand, team, champion, dob (date)

id ▲ series seat name dob gender hand team champion TMI
63 Series 11 11 1 Charlotte Ritchie 1989-08-29 F R Charlotte, Jamali and Sarah 26 ➚
64 Series 11 11 2 Jamali Maddix 1991-04-08 M L Charlotte, Jamali and Sarah 26 ➚
65 Series 11 11 3 Lee Mack 1968-08-04 M R Lee and Mike 25 ➚
66 Series 11 11 4 Mike Wozniak 1979-11-08 M R Lee and Mike 25 ➚
67 Series 11 11 5 Sarah Kendall 1976-08-03 F R Charlotte, Jamali and Sarah 26 ✓ ➚

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 9.364ms