TdlM / taskmaster

Menu
  • Make shortlink

people

2 rows where team = 33

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 ➚

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