TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

8 rows where team = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
59 Convey an object using only facial expressions, noises, adjectives & verbs 332 Joe and Sian 15 ✓
61 Get the most weight into a hammock 343 Joe and Sian 15 ✓
63 Play long-distance catch with a beach ball 349 Joe and Sian 15
65 Design an iconic album cover 354 Joe and Sian 15 ✓
67 Answer the questions, pull the strings; do not release the green egg 362 Joe and Sian 15 ✓
69 Catch the tennis balls 365 Joe and Sian 15
71 Make yourselves look like one person 371 Joe and Sian 15
73 Complete some tasks as one person 372 Joe and Sian 15 ✓

Advanced export

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

CSV options:

CREATE TABLE team_tasks (
   id   INTEGER PRIMARY KEY,
   task INTEGER REFERENCES tasks(id),
   team INTEGER REFERENCES teams(id),
   win  INTEGER
);
Powered by Datasette · Queries took 5.312ms