TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 114

✎ 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
124 Series 4 4 ▶ Alex Horne 1 Ringtone choreography 114
125 Series 4 4 ▶ Bernard the mannequin Ringtone choreography 114

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