TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
81 Series 3 3 ▶ Sara Pascoe 17 Fill an eggcup with sweat 78
90 Series 3 3 ▶ Sara Pascoe 17 Create an impressive time-lapse or slow motion film 92
94 Series 3 3 ▶ Sara Pascoe 17 Spread your clothes far and wide 84
100 Series 3 3 ▶ Sara Pascoe 17 Create an impressive time-lapse or slow motion film 92
110 Series 3 3 ▶ Sara Pascoe 17 Find out the lying old man’s occupation 85
117 Series 3 3 ▶ Sara Pascoe 17 Find out the lying old man’s occupation 85

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