TdlM / taskmaster

Menu
  • Make shortlink

task_winners

2 rows where winner = 61

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
594 Get the biggest thing through the doughnut 486 Rylan Clark-Neal 61
595 Sculpt the scene on the other side of the wall 487 Rylan Clark-Neal 61

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