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 objective = 37

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
286 Make the longest balloon chain 104 Hugh Dennis 18 6 chained balloons ▲ 37
287 Make the longest balloon chain 104 Joe Lycett 19 3 chained balloons ▲ 37
288 Make the longest balloon chain 104 Lolly Adefope 20 4 chained balloons ▲ 37
289 Make the longest balloon chain 104 Mel Giedroyc 21 7 chained balloons ▲ 37
290 Make the longest balloon chain 104 Noel Fielding 22 4 chained balloons ▲ 37

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 9.452ms
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows