TdlM / taskmaster

Menu
  • Make shortlink

task_winners

2 rows where task = 651

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
802 Draw a life-size self portrait with your nose in the canvas 651 Bridget Christie 79 ✓
803 Draw a life-size self portrait with your nose in the canvas 651 Chris Ramsey 80 ✓

Advanced export

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

CSV options:

CREATE TABLE task_winners (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   winner INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 29.65ms