TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 171

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
171 Series 5 5 ▶ Nish Kumar 26 Put the largest thing inside a balloon 171
195 Series 5 5 ▶ Sally Phillips 27 Put the largest thing inside a balloon 171
202 Series 5 5 ▶ Nish Kumar 26 Put the largest thing inside a balloon 171
205 Series 5 5 ▶ Mark Watson 25 Put the largest thing inside a balloon 171

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