TdlM / taskmaster

Menu
  • Make shortlink

intros

2 rows where task = 366

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
296 Series 8 8 ▶ Paul Sinha 46 Move the beach ball across the finish line using only water 366
316 Series 8 8 ▶ Joe Thomas 44 Move the beach ball across the finish line using only water 366

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