TdlM / taskmaster

Menu
  • Make shortlink

intros

2 rows where task = 174

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
176 Series 5 5 ▶ Bob Mortimer 24 Build a can tower & greet Alex from different countries 174
177 Series 5 5 ▶ Alex Horne 1 Build a can tower & greet Alex from different countries 174

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