TdlM / taskmaster

Menu
  • Make shortlink

podcast

3 rows where guest = 52

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
7 7 Rose Matafeo 52 Legit glass. 81 4
103 102 Rose Matafeo 52 Chip Biffington. 122 4
140 139 Rose Matafeo 52 Think about the spirit. 74 5

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