home / pf

reviews_authors

4 rows where author_id = 63

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
110 110 <em>Air Guitar</em> 110 Michael Hong 63
25432 25432 <em>Rotten Bun for an Eggless Century</em>  25428 Michael Hong 63
25936 25936 <em>All Around You</em> 25932 Michael Hong 63
26055 26055 <em>Faye Wong: 讨好自己 Please Myself / 菲靡靡之音 Decadent Sound of Faye / Di-Dar / 浮躁 Fuzao</em> 26051 Michael Hong 63

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.535ms