TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 100

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
546 Series 15 15 ▶ Jenny Eclair 100 Get all the rubber rings on your bargepole 719
559 Series 15 15 ▶ Jenny Eclair 100 Efficiently shell an egg 743
562 Series 15 15 ▶ Jenny Eclair 100 Strike the most drums with a bouncy ball 732
567 Series 15 15 ▶ Jenny Eclair 100 Bash the big bell with the bowling ball 744
579 Series 15 15 ▶ Jenny Eclair 100 Rotate the pulper wheel without pulping the egg 747

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