TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 26

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
171 Series 5 5 ▶ Nish Kumar 26 Put the largest thing inside a balloon 171
185 Series 5 5 ▶ Nish Kumar 26 Create a remarkable water cooler moment 172
196 Series 5 5 ▶ Nish Kumar 26 Score a basket without your hands 149
200 Series 5 5 ▶ Nish Kumar 26 Write and perform a song about a stranger 193
202 Series 5 5 ▶ Nish Kumar 26 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 8.046ms