TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 299

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
299 Get your inflatable ring as high as possible 299 Get your doughnut as high as possible. You must be holding hands with the people either side of you at all times. Highest doughnut after 100 seconds wins. If your doughnut is in the air after 100 seconds, its height will be measured from where it lands.

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