TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 649

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
486 Series 13 13 ▶ Chris Ramsey 80 Get the most ducks in Alex's basket 649
487 Series 13 13 ▶ Alex Horne 1 Get the most ducks in Alex's basket 649
488 Series 13 13 ▶ Alex Horne 1 Get the most ducks in Alex's basket 649

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