TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 49

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
327 Series 9 9 ▶ Ed Gamble 49 Identify which bin Alex is in 385
333 Series 9 9 ▶ Ed Gamble 49 Make the most dramatic entrance 382
340 Series 9 9 ▶ Ed Gamble 49 Make a famous couple using knees and/or elbows 423
359 Series 9 9 ▶ Ed Gamble 49 Throw something into a pedal bin 416
362 Series 9 9 ▶ Ed Gamble 49 Build the best Mount Rushmore 412

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