TdlM / taskmaster

Menu
  • Make shortlink

people

3 rows where team = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: gender, champion, dob (date)

id ▲ series seat name dob gender hand team champion TMI
8 Series 2 2 1 Doc Brown 1977-09-21 M R Doc, Joe and Katherine 4 ➚
9 Series 2 2 2 Joe Wilkinson 1975-05-02 M R Doc, Joe and Katherine 4 ➚
11 Series 2 2 4 Katherine Ryan 1983-06-30 F R Doc, Joe and Katherine 4 ✓ ➚

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