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 = 68
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
186 | Propel a pea along a red carpet 68 | Al Murray 13 | 28968 | meters ▲ 4 |
187 | Propel a pea along a red carpet 68 | Dave Gorman 14 | meters ▲ 4 | |
188 | Propel a pea along a red carpet 68 | Paul Chowdhry 15 | meters ▲ 4 | |
189 | Propel a pea along a red carpet 68 | Rob Beckett 16 | 414.53 | meters ▲ 4 |
190 | Propel a pea along a red carpet 68 | Sara Pascoe 17 | 18.27 | meters ▲ 4 |
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) );