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 = 773
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1907 | Pull the sword from the stone 773 | Julian Clary 103 | 10:23 |
time ▼ 2 |
1908 | Pull the sword from the stone 773 | Lucy Beaumont 104 | 28:00 |
time ▼ 2 |
1909 | Pull the sword from the stone 773 | Sam Campbell 105 | 32:00 |
time ▼ 2 |
1910 | Pull the sword from the stone 773 | Sue Perkins 106 | 33:21 |
time ▼ 2 |
1911 | Pull the sword from the stone 773 | Susan Wokoma 107 | 14:00 |
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) );