TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where winner = 31

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: live

id ▲ task winner team live
225 Throw an exercise ball into a bath or put the coconuts in a trolley 196 Noel Fielding 31
229 The second longest T-word 199 Noel Fielding 31 ✓
231 Find out what’s in the briefcase 202 Noel Fielding 31

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.904ms