tasks_by_objective
3 rows where task = 728
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
371 | Catch the potatoes in the potato hat 728 | potatoes ▲ 19 |
372 | Catch the potatoes in the potato hat 728 | animals ▼ 157 |
373 | Catch the potatoes in the potato hat 728 | potatotal ▲ 158 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE tasks_by_objective ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), objective INTEGER REFERENCES objectives(id) );