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 = 611
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1494 | Enable Alex to bite his duck 611 | Ardal O'Hanlon 78 | 14:37 |
time ▼ 2 |
1495 | Enable Alex to bite his duck 611 | Bridget Christie 79 | 01:01 |
time ▼ 2 |
1496 | Enable Alex to bite his duck 611 | Chris Ramsey 80 | 15:38 |
time ▼ 2 |
1497 | Enable Alex to bite his duck 611 | Judi Love 81 | 03:15 |
time ▼ 2 |
1498 | Enable Alex to bite his duck 611 | Sophie Duker 82 | 02:13 |
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) );