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 = 119
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
313 | Slide as far as possible 119 | Hugh Dennis 18 | 18.9 | meters ▲ 4 |
314 | Slide as far as possible 119 | Joe Lycett 19 | 5.8 | meters ▲ 4 |
315 | Slide as far as possible 119 | Lolly Adefope 20 | 3.2 | meters ▲ 4 |
316 | Slide as far as possible 119 | Mel Giedroyc 21 | 56.5 | meters ▲ 4 |
317 | Slide as far as possible 119 | Noel Fielding 22 | 14 | 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) );