TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 40

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
59 Series 2 2 ▶ Doc Brown 8 Get the potato into the hole 40
66 Series 2 2 ▶ Alex Horne 1 Get the potato into the hole 40
73 Series 2 2 ▶ Doc Brown 8 Get the potato into the hole 40

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