TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 53

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
368 Series 10 10 ▶ Daisy May Cooper 53 Drop a water balloon as far as possible without it bursting 450
375 Series 10 10 ▶ Daisy May Cooper 53 Make the largest beer mat house while ringing the doorbell with increasing frequency 475
380 Series 10 10 ▶ Daisy May Cooper 53 Paint a howling wolf on a rotating teapot 454
391 Series 10 10 ▶ Daisy May Cooper 53 Quietly make a cocktail 459
398 Series 10 10 ▶ Daisy May Cooper 53 Quietly make a cocktail 459

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