TdlM / taskmaster

Menu
  • Make shortlink

people

2 rows where team = 25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dob (date)

id ▲ series seat name dob gender hand team champion TMI
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 ➚

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