TdlM / taskmaster

Menu
  • Make shortlink

podcast

2 rows where guest = 64

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode guest topic rating
25 25 Jamali Maddix 64 The Lure of the Treacle Puppies. 87 4
89 88 Jamali Maddix 64 He was a different man. 44 2

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