TdlM / taskmaster

Menu
  • Make shortlink

task_readers

11 rows where reader = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
12 Separate the blue sweets 37 Alex Horne 1 ✓
88 Silently mouth a ten word fact to Greg 281 Alex Horne 1 ✓
116 Design an iconic album cover 354 Alex Horne 1 ✓
117 Roll a toilet roll, and retrieve your shoe 357 Alex Horne 1 ✓
132 Arrange the playdough balls / Do the correct things with the balls 388 Alex Horne 1 ✓
190 Strike poses to represent a hobby, an animal, and a celebrity 546 Alex Horne 1 ✓
200 Make paper aeroplanes 571 Alex Horne 1 ✓
208 Turn a ball into a competitor's head 597 Alex Horne 1 ✓
221 Eat your beautiful sculpture 635 Alex Horne 1
228 Suitcase full of bricks, or suitcase full of balloons? 657 Alex Horne 1 ✓
229 What ten films are you in? 659 Alex Horne 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_readers (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   reader INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 6.848ms