TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 498

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
406 Series 11 11 ▶ Charlotte Ritchie 63 Make the house haunted 498
411 Series 11 11 ▶ Alex Horne 1 Make the house haunted 498
425 Series 11 11 ▶ Alex Horne 1 Make the house haunted 498
432 Series 11 11 ▶ Jamali Maddix 64 Make the house haunted 498

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