TdlM / taskmaster

Menu
  • Make shortlink

intros

7 rows where person = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
174 Series 5 5 ▶ Sally Phillips 27 Coconut bobsleigh 185
179 Series 5 5 ▶ Sally Phillips 27 Balance Alex on a see-saw 177
187 Series 5 5 ▶ Sally Phillips 27 Make a coconut-flinging machine 152
190 Series 5 5 ▶ Sally Phillips 27 Make the most fish puns 192
191 Series 5 5 ▶ Sally Phillips 27 Eat one item, balance one item, throw one item 160
195 Series 5 5 ▶ Sally Phillips 27 Put the largest thing inside a balloon 171
204 Series 5 5 ▶ Sally Phillips 27 Make a coconut-flinging machine 152

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