TdlM / taskmaster

Menu
  • Make shortlink

measurements

Table actions
  • Toggle column notes
measurement
A value of "?" indicates that no conclusive measurement was given, with null used to signify a DNF/DQ. Note that times are stored internally as seconds but presented in D:HH:MM:SS format.

5 rows where task = 416

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
977 Throw something into a pedal bin 416 David Baddiel 48 0 meters ▲ 4
978 Throw something into a pedal bin 416 Ed Gamble 49 12.4 meters ▲ 4
979 Throw something into a pedal bin 416 Jo Brand 50 2.6 meters ▲ 4
980 Throw something into a pedal bin 416 Katy Wix 51 1.4 meters ▲ 4
981 Throw something into a pedal bin 416 Rose Matafeo 52 2.45 meters ▲ 4

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE measurements (
   id          INTEGER PRIMARY KEY,
   task        INTEGER REFERENCES tasks(id),
   contestant  INTEGER REFERENCES people(id),
   measurement REAL,
   objective   INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 88.222ms