TdlM / taskmaster

Menu
  • Make shortlink

tasks_by_objective

6 rows where objective = 5

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task objective
8 Stand up after 100 seconds 17 difference in seconds ▼ 5
110 Return to the house wearing a hat 209 difference in seconds ▼ 5
156 Beat on the drum after exactly 9.58 seconds 305 difference in seconds ▼ 5
350 Reach the end of two lanes in the same amount of time 686 difference in seconds ▼ 5
370 Exit the caravan after exactly 20 minutes 727 difference in seconds ▼ 5
391 Do what Alex does 763 difference in seconds ▼ 5

Advanced export

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

CSV options:

CREATE TABLE tasks_by_objective (
   id        INTEGER PRIMARY KEY,
   task      INTEGER REFERENCES tasks(id),
   objective INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 5.29ms