TdlM / taskmaster

Menu
  • Make shortlink

people

3 rows where team = 8

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series seat name dob gender hand team champion TMI
19 Series 4 4 2 Joe Lycett 1988-07-05 M L Joe, Lolly and Noel 8 ➚
20 Series 4 4 3 Lolly Adefope 1990-09-14 F L Joe, Lolly and Noel 8 ➚
22 Series 4 4 5 Noel Fielding 1973-05-21 M R Joe, Lolly and Noel 8 ✓ ➚

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