TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 88

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
512 Series 14 14 ▶ Dara Ó Briain 88 Put five grapes in the little bowl 666
520 Series 14 14 ▶ Dara Ó Briain 88
UNAIRED
525 Series 14 14 ▶ Dara Ó Briain 88 Catch something 672
531 Series 14 14 ▶ Dara Ó Briain 88 Turn on the bubble machine 675
541 Series 14 14 ▶ Dara Ó Briain 88 Hold the milk bottles above the microwaves 685

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