TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 90

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
510 Series 14 14 ▶ John Kearns 90 Communicate an instruction in a secret language 695
515 Series 14 14 ▶ John Kearns 90 Pop 99 red balloons 690
522 Series 14 14 ▶ John Kearns 90 Sculpt your team 708
529 Series 14 14 ▶ John Kearns 90 Luggage trolley bowling 682
534 Series 14 14 ▶ John Kearns 90 Pop 99 red balloons 690
543 Series 14 14 ▶ John Kearns 90
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.601ms