TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 255

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
214 Series 6 6 ▶ Alice Levine 33 Make the biggest bubble and burst it with your nose 255
217 Series 6 6 ▶ Russell Howard 36 Make the biggest bubble and burst it with your nose 255
227 Series 6 6 ▶ Liza Tarbuck 35 Make the biggest bubble and burst it with your nose 255

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