TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 33

✎ 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
223 Series 6 6 ▶ Alice Levine 33 Draw the contents of the box 244
228 Series 6 6 ▶ Alice Levine 33 Make and eat a pancake with objects tucked into your sweatband 246
233 Series 6 6 ▶ Alice Levine 33 Make the best snow globe 237
238 Series 6 6 ▶ Alice Levine 33 Knock over the fewest bowling pins 261

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