TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where winner = 30

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: live

id ▲ task winner team live
228 Perform a miracle 198 Katherine Ryan 30
233 Make a mess and then clean it up 204 Katherine Ryan 30
234 Record the most steps on your pedometers 205 Katherine Ryan 30 ✓

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