TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 69

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
438 Series 12 12 ▶ Desiree Burch 69 Spread jam on toast in a really cool way 559
447 Series 12 12 ▶ Desiree Burch 69 Scale the mountain 548
452 Series 12 12 ▶ Desiree Burch 69 Prevent Alex from scoring a goal 565
455 Series 12 12 ▶ Desiree Burch 69 Make your face look like another face when it's upside-down 580
469 Series 12 12 ▶ Desiree Burch 69 Drink with your mouth open 589

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