TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 733

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
549 Series 15 15 ▶ Ivo Graham 99 Make the fastest egg boat 733
561 Series 15 15 ▶ Ivo Graham 99 Make the fastest egg boat 733
577 Series 15 15 ▶ Kiell Smith-Bynoe 101 Make the fastest egg boat 733

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