home / pf

reviews_authors

9 rows where author_id = 354

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
4888 4888 <em>I Don’t Want: The Gold Fire Sessions</em> 4888 Karas Lamb 354
5056 5056 <em>3rd Ward Bounce EP</em> 5056 Karas Lamb 354
5458 5458 <em>Dear Annie</em> 5458 Karas Lamb 354
5665 5665 <em>Or More; the Anxious</em> 5665 Karas Lamb 354
5800 5800 <em>Needle Paw</em> 5800 Karas Lamb 354
6057 6057 <em>b.</em> 6057 Karas Lamb 354
6085 6085 <em>S’WOMEN</em> 6085 Karas Lamb 354
6124 6124 <em>Sudan Archives</em> 6124 Karas Lamb 354
6249 6249 <em>AFTER...</em> 6249 Karas Lamb 354

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE reviews_authors (
	review_id integer NOT NULL,
	author_id integer NOT NULL,
	FOREIGN KEY(review_id) REFERENCES reviews(id),
	FOREIGN KEY(author_id) REFERENCES authors(id),
	UNIQUE(review_id,author_id)
);
Powered by Datasette · Queries took 51.553ms