TdlM / taskmaster

Menu
  • Make shortlink

task_readers

6 rows where reader = 106

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
279 Cross the finish line while connected to your team 769 Sue Perkins 106 ✓
282 Draw something you like and something you dislike 776 Sue Perkins 106 ✓
285 Complete all the tasks as a team 785 Sue Perkins 106 ✓
290 Recreate the garage scene in the lab 796 Sue Perkins 106 ✓
293 Get three balls on your hat using litter-pickers 803 Sue Perkins 106 ✓
295 Find the secret task 806 Sue Perkins 106

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 9.944ms