TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where task = 403

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
486 Get to know a person who alternately tells the truth, lies, and brags 403 Ed Gamble 49 ✓
487 Get to know a person who alternately tells the truth, lies, and brags 403 Katy Wix 51 ✓
488 Get to know a person who alternately tells the truth, lies, and brags 403 Rose Matafeo 52 ✓

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