measurements
- 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 = 202
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
504 | Find out what’s in the briefcase 202 | Bob Mortimer 28 | 07:42 |
time ▼ 2 |
505 | Find out what’s in the briefcase 202 | Josh Widdicombe 29 | 05:30 |
time ▼ 2 |
506 | Find out what’s in the briefcase 202 | Katherine Ryan 30 | 14:03 |
time ▼ 2 |
507 | Find out what’s in the briefcase 202 | Noel Fielding 31 | 03:19 |
time ▼ 2 |
508 | Find out what’s in the briefcase 202 | Rob Beckett 32 | 05:45 |
time ▼ 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE measurements ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), contestant INTEGER REFERENCES people(id), measurement REAL, objective INTEGER REFERENCES objectives(id) );