TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 127

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
152 Series 4 4 ▶ Noel Fielding 22 Score a goal with a shopping bag 127
164 Series 4 4 ▶ Joe Lycett 19 Score a goal with a shopping bag 127
168 Series 4 4 ▶ Lolly Adefope 20 Score a goal with a shopping bag 127

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE intros (
   id     INTEGER PRIMARY KEY,
   series INTEGER REFERENCES series(id),
   clip   INTEGER,
   person INTEGER REFERENCES people(id),
   task   INTEGER REFERENCES tasks(id)
);
Powered by Datasette · Queries took 7.18ms