TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 19

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
122 Series 4 4 ▶ Joe Lycett 19 Make the highest splash 113
132 Series 4 4 ▶ Joe Lycett 19 Throw something into something 122
143 Series 4 4 ▶ Joe Lycett 19 Wheelie bin obstacle course 136
151 Series 4 4 ▶ Joe Lycett 19
UNIDENTIFIED
154 Series 4 4 ▶ Joe Lycett 19 Get the flour onto the target 102
164 Series 4 4 ▶ Joe Lycett 19 Score a goal with a shopping bag 127

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