TdlM / taskmaster

Menu
  • Make shortlink

people

2 rows where team = 9

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dob (date)

id ▲ series seat name dob gender hand team champion TMI
25 Series 5 5 3 Mark Watson 1980-02-13 M L Mark and Nish 9 ➚
26 Series 5 5 4 Nish Kumar 1985-08-26 M R Mark and Nish 9 ➚

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