TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 91

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
513 Series 14 14 ▶ Munya Chawawa 91 Get the tarpaulin into one of the containers 676
518 Series 14 14 ▶ Munya Chawawa 91 Throw an object, hide an object, and place it on the barrel 709
526 Series 14 14 ▶ Munya Chawawa 91 Hit Bernard with an exercise ball 692
535 Series 14 14 ▶ Munya Chawawa 91 Catch something 672
539 Series 14 14 ▶ Munya Chawawa 91 Hold the milk bottles above the microwaves 685

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