TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where person = 47

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
289 Series 8 8 ▶ Sian Gibson 47 Do the worst thing and make the best apology 338
302 Series 8 8 ▶ Sian Gibson 47 Move the sand from one bucket to another 347
313 Series 8 8 ▶ Sian Gibson 47 Erase the eraser 375
320 Series 8 8 ▶ Sian Gibson 47 Conceal yourself inside a phone box 353

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