TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 70

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
444 Series 12 12 ▶ Guz Khan 70 Pass everything through the pipe and the pipe through everything 575
451 Series 12 12 ▶ Guz Khan 70 Pop the balloon 545
457 Series 12 12 ▶ Guz Khan 70 Make a popcorn necklace and do the right thing 578
463 Series 12 12 ▶ Guz Khan 70 Spread jam on toast in a really cool way 559
467 Series 12 12 ▶ Guz Khan 70 Film a thrilling sequence with a welly-cam 555

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