TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 18

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
123 Series 4 4 ▶ Hugh Dennis 18 Ringtone choreography 114
134 Series 4 4 ▶ Hugh Dennis 18 Make the highest splash 113
146 Series 4 4 ▶ Hugh Dennis 18 Slide as far as possible 119
158 Series 4 4 ▶ Hugh Dennis 18 Get the flour onto the target 102
161 Series 4 4 ▶ Hugh Dennis 18 Draw a blind portrait 96
165 Series 4 4 ▶ Hugh Dennis 18 Eat as many peas as possible 124

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