TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 649

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
649 Get the most ducks in Alex's basket 649 Get the most ducks in Alex's basket. You may only hold one duck at a time. If Alex rings his backwards bell, you must walk backwards until he honks his forwards horn. Alex will pedal as fast as he can unless you say one of the magic words. If you say a magic word, Alex will rest for 10 seconds. All the magic words are single-use magic words. Alex will cycle round the circuit for 10 minutes. Your time starts when Alex honks his horn.

Advanced export

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

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 15.211ms