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 = 806

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
2003 Find the secret task 806 Julian Clary 103
06:30
time ▼ 2
2004 Find the secret task 806 Lucy Beaumont 104
13:25
time ▼ 2
2005 Find the secret task 806 Sam Campbell 105
08:50
time ▼ 2
2006 Find the secret task 806 Sue Perkins 106
16:05
time ▼ 2
2007 Find the secret task 806 Susan Wokoma 107
18:00
time ▼ 2

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