TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 40

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
249 Series 7 7 ▶ Kerry Godliman 40 Paint a blindfolded still life 272
255 Series 7 7 ▶ Kerry Godliman 40 Put 50 different things in the bin 295
259 Series 7 7 ▶ Kerry Godliman 40 Spectacularly deliver the task to Alex 289
268 Series 7 7 ▶ Kerry Godliman 40 Build the tallest cardboard box tower 267
272 Series 7 7 ▶ Kerry Godliman 40 Follow the clues and then do what they spell 308
279 Series 7 7 ▶ Kerry Godliman 40 Make the best noise 279

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