TdlM / taskmaster

Menu
  • Make shortlink

task_winners

9 rows where winner = 41

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team

id ▲ task winner team live
313 The thing most people want to touch 265 Phil Wang 41
321 Paint a blindfolded still life 272 Phil Wang 41 ✓
329 Make the best noise 279 Phil Wang 41
347 Make yourselves appear as large or small as possible 292 Phil Wang 41 ✓
355 Make a soap opera cliffhanger 297 Phil Wang 41 ✓
357 Place 10 pairs of glasses into the smallest box 298 Phil Wang 41
365 Make the best Christmas cracker 304 Phil Wang 41
373 The most surprisingly beautiful thing 311 Phil Wang 41
382 Put on overalls and lie on the ground when the siren sounds 318 Phil Wang 41

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