TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 101

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
551 Series 15 15 ▶ Kiell Smith-Bynoe 101 Free yourselves and have a team hug 748
560 Series 15 15 ▶ Kiell Smith-Bynoe 101 Compose and perform a musical solo 722
569 Series 15 15 ▶ Kiell Smith-Bynoe 101 Make exactly 99 holes in the piece of paper 759
574 Series 15 15 ▶ Kiell Smith-Bynoe 101 Perform a poignant domestic scene with an imaginary companion 742
577 Series 15 15 ▶ Kiell Smith-Bynoe 101 Make the fastest egg boat 733

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