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 = 595
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1459 | Drink all the vinegar 595 | Adrian Chiles 73 | 09:05 |
time ▼ 2 |
1460 | Drink all the vinegar 595 | Claudia Winkleman 74 | time ▼ 2 | |
1461 | Drink all the vinegar 595 | Jonnie Peacock 75 | 10:26 |
time ▼ 2 |
1462 | Drink all the vinegar 595 | Lady Leshurr 76 | time ▼ 2 | |
1463 | Drink all the vinegar 595 | Sayeeda Warsi 77 | 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) );