TdlM / taskmaster

Menu
  • Make shortlink

task_winners

4 rows where task = 693

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
858 Blow an item onto The Knappett 693 Dara Ó Briain 88 ✓
859 Blow an item onto The Knappett 693 Fern Brady 89 ✓
860 Blow an item onto The Knappett 693 Munya Chawawa 91 ✓
861 Blow an item onto The Knappett 693 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 19.51ms