TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 92

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
511 Series 14 14 ▶ Sarah Millican 92 Get this feather into the bath 691
519 Series 14 14 ▶ Sarah Millican 92 Print, laminate, and distribute the most signs 664
532 Series 14 14 ▶ Sarah Millican 92 Paint a self portrait with a selected brush on a selected canvas 703
537 Series 14 14 ▶ Sarah Millican 92 Perform the best routine to this music 681
540 Series 14 14 ▶ Sarah Millican 92 Snort, raspberry, whistle 700

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