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 objective = 146
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1623 | Sort the ducks and the socks 667 | Dara Ó Briain 88 | 28 | socks ▲ 146 |
1626 | Sort the ducks and the socks 667 | Fern Brady 89 | 13 | socks ▲ 146 |
1629 | Sort the ducks and the socks 667 | John Kearns 90 | 9 | socks ▲ 146 |
1632 | Sort the ducks and the socks 667 | Munya Chawawa 91 | 37 | socks ▲ 146 |
1635 | Sort the ducks and the socks 667 | Sarah Millican 92 | socks ▲ 146 |
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) );