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 = 798
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1981 | Pineapple bluff 798 | Julian Clary 103 | 0 | points ▲ 91 |
1982 | Pineapple bluff 798 | Lucy Beaumont 104 | 1 | points ▲ 91 |
1983 | Pineapple bluff 798 | Sam Campbell 105 | 1 | points ▲ 91 |
1984 | Pineapple bluff 798 | Sue Perkins 106 | 2 | points ▲ 91 |
1985 | Pineapple bluff 798 | Susan Wokoma 107 | 3 | points ▲ 91 |
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) );