TdlM / taskmaster

Menu
  • Make shortlink

task_winners

7 rows where winner = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
10 Do something that will look impressive in reverse 10 Roisin Conaty 5
12 Unshackle yourself and sprint one metre 11 Roisin Conaty 5 ✓
23 Score 11 points 23 Roisin Conaty 5 ✓
28 Memorise an Australian Rules Football team 26 Roisin Conaty 5 ✓
36 Make a Swedish person blush 31 Roisin Conaty 5
37 Inflate the largest balloon while blindfolded 32 Roisin Conaty 5 ✓
39 Play mini golf with eggs 34 Roisin Conaty 5

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