TdlM / taskmaster

Menu
  • Make shortlink

measurements

Table actions
  • Toggle column notes
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 = 644

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1562 Make the longest cup snake 644 Ardal O'Hanlon 78 8.56 meters ▲ 4
1563 Make the longest cup snake 644 Bridget Christie 79 5 meters ▲ 4
1564 Make the longest cup snake 644 Chris Ramsey 80 9.66 meters ▲ 4
1565 Make the longest cup snake 644 Judi Love 81 11.21 meters ▲ 4
1566 Make the longest cup snake 644 Sophie Duker 82 8.77 meters ▲ 4

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE measurements (
   id          INTEGER PRIMARY KEY,
   task        INTEGER REFERENCES tasks(id),
   contestant  INTEGER REFERENCES people(id),
   measurement REAL,
   objective   INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 957.273ms