TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
126 Series 4 4 ▶ Mel Giedroyc 21 Pass a camel through a small gap 126
131 Series 4 4 ▶ Mel Giedroyc 21 Eat as many peas as possible 124
135 Series 4 4 ▶ Mel Giedroyc 21 Hide the giant beach ball 128
139 Series 4 4 ▶ Mel Giedroyc 21 Pass a camel through a small gap 126
159 Series 4 4 ▶ Mel Giedroyc 21 Get the flour onto the target 102
167 Series 4 4 ▶ Mel Giedroyc 21 Eat your exotic sandwich 142

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