TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where person = 25

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
175 Series 5 5 ▶ Mark Watson 25
UNIDENTIFIED
183 Series 5 5 ▶ Mark Watson 25 Light a candle using a cupcake 180
199 Series 5 5 ▶ Mark Watson 25 Write and perform a song about a stranger 193
205 Series 5 5 ▶ Mark Watson 25 Put the largest thing inside a balloon 171

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