TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where task = 297

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
354 Make a soap opera cliffhanger 297 James Acaster 38 ✓
355 Make a soap opera cliffhanger 297 Phil Wang 41 ✓
356 Make a soap opera cliffhanger 297 Rhod Gilbert 42 ✓

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