TdlM / taskmaster

Menu
  • Make shortlink

podcast

5 rows where guest = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
1 1 Alex Horne 1 God's haemorrhoid. 75 5
13 13 Alex Horne 1 Melon buffet. 1 5
33 33 Alex Horne 1 Activate Jamali. 95 5
68 67 Alex Horne 1 I've sinned again. 34 5
118 117 Alex Horne 1 Aquatic sewing machine. 62 4

Advanced export

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

CSV options:

CREATE TABLE podcast (
   id      INTEGER PRIMARY KEY,
   episode INTEGER,
   guest   INTEGER REFERENCES people(id),
   topic   INTEGER REFERENCES episodes(id),
   rating  REAL
);
Powered by Datasette · Queries took 5.951ms