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 = 113
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
303 | Make the highest splash 113 | Hugh Dennis 18 | 0.4572 | meters ▲ 4 |
304 | Make the highest splash 113 | Joe Lycett 19 | 1.8796 | meters ▲ 4 |
305 | Make the highest splash 113 | Lolly Adefope 20 | 0 | meters ▲ 4 |
306 | Make the highest splash 113 | Mel Giedroyc 21 | 4.5 | meters ▲ 4 |
307 | Make the highest splash 113 | Noel Fielding 22 | 5.1 | 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) );