TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where person = 41

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
251 Series 7 7 ▶ Phil Wang 41 Spectacularly deliver the task to Alex 289
260 Series 7 7 ▶ Phil Wang 41 Take a photo of yourself in a fez / Improve your hula-hooping 313
263 Series 7 7 ▶ Phil Wang 41 Poke something unexpected through the hole 307
280 Series 7 7 ▶ Phil Wang 41 Don’t blink 302

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