TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 99

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
549 Series 15 15 ▶ Ivo Graham 99 Make the fastest egg boat 733
555 Series 15 15 ▶ Ivo Graham 99 Musical Simon Says 738
561 Series 15 15 ▶ Ivo Graham 99 Make the fastest egg boat 733
573 Series 15 15 ▶ Ivo Graham 99 Put a ball of string on the cushion 718
576 Series 15 15 ▶ Ivo Graham 99 Fill the glass up to the line 762

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