TdlM / taskmaster

Menu
  • Make shortlink

task_winners

5 rows where task = 683

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
843 Communicate animals by saying letters and doing impressions 683 Dara Ó Briain 88 ✓ ✓
844 Communicate animals by saying letters and doing impressions 683 Fern Brady 89 ✓ ✓
845 Communicate animals by saying letters and doing impressions 683 John Kearns 90 ✓ ✓
846 Communicate animals by saying letters and doing impressions 683 Munya Chawawa 91 ✓ ✓
847 Communicate animals by saying letters and doing impressions 683 Sarah Millican 92 ✓ ✓

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