TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 675

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
531 Series 14 14 ▶ Dara Ó Briain 88 Turn on the bubble machine 675
533 Series 14 14 ▶ Fern Brady 89 Turn on the bubble machine 675
542 Series 14 14 ▶ Fern Brady 89 Turn on the bubble machine 675

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