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 = 501
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1170 | Make the sauna stones hiss 501 | Charlotte Ritchie 63 | 11:40 |
time ▼ 2 |
1171 | Make the sauna stones hiss 501 | Jamali Maddix 64 | 25:30 |
time ▼ 2 |
1172 | Make the sauna stones hiss 501 | Lee Mack 65 | 12:30 |
time ▼ 2 |
1173 | Make the sauna stones hiss 501 | Mike Wozniak 66 | 11:44 |
time ▼ 2 |
1174 | Make the sauna stones hiss 501 | Sarah Kendall 67 | 08:02 |
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) );