TdlM / taskmaster

Menu
  • Make shortlink

task_winners

4 rows where task = 290

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
340 Make the most white circles on the target 290 James Acaster 38
341 Make the most white circles on the target 290 Jessica Knappett 39
342 Make the most white circles on the target 290 Kerry Godliman 40
343 Make the most white circles on the target 290 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.425ms