TdlM / taskmaster

Menu
  • Make shortlink

people

2 rows where team = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dob (date)

id ▲ series seat name dob gender hand team champion TMI
10 Series 2 2 3 Jon Richardson 1982-09-26 M R Jon and Richard 3 ➚
12 Series 2 2 5 Richard Osman 1970-11-28 M R Jon and Richard 3 ➚

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