task_briefs
1 row where task = 444
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
444 | Put the most spaghetti in a grapefruit 444 | Put all the spaghetti into the grapefruit. The grapefruit may not leave this room. Most spaghetti in the grapefruit wins. You have 10 minutes. For the last eight minutes you must stand with both feet on the spot on the floor. Your time starts now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );