TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where task = 272

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
248 Series 7 7 ▶ Jessica Knappett 39 Paint a blindfolded still life 272
249 Series 7 7 ▶ Kerry Godliman 40 Paint a blindfolded still life 272
250 Series 7 7 ▶ Alex Horne 1 Paint a blindfolded still life 272
270 Series 7 7 ▶ James Acaster 38 Paint a blindfolded still life 272
271 Series 7 7 ▶ Rhod Gilbert 42 Paint a blindfolded still life 272

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