TdlM / taskmaster

Menu
  • Make shortlink

tasks_by_objective

4 rows where objective = 105

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task objective
218 Draw an object on a rotating canvas 446 round wins ▲ 105
277 Convey objects using shadows 556 round wins ▲ 105
343 Make the Taskmaster say your words 668 round wins ▲ 105
358 Guess the length of the extendible item 698 round wins ▲ 105

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 4.97ms