TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 72

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
439 Series 12 12 ▶ Victoria Coren Mitchell 72 Pop the balloon 545
448 Series 12 12 ▶ Victoria Coren Mitchell 72 Land the iron on the ironing board 568
454 Series 12 12 ▶ Victoria Coren Mitchell 72 Work out the contents of the bags 549
460 Series 12 12 ▶ Victoria Coren Mitchell 72 Write and perform a 30-second jingle 574
468 Series 12 12 ▶ Victoria Coren Mitchell 72
UNIDENTIFIED

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