home / pf

reviews_authors

13 rows where author_id = 464

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
8376 8376 <em>After</em> 8376 Joel Oliphint 464
8522 8522 <em>All Around Us</em> 8522 Joel Oliphint 464
8694 8694 <em>Bones</em> 8694 Joel Oliphint 464
8921 8921 <em>A Forest of Arms</em> 8921 Joel Oliphint 464
8936 8936 <em>Cool It</em> 8936 Joel Oliphint 464
9232 9232 <em>Where in Our Woods</em> 9232 Joel Oliphint 464
9541 9541 <em>Singer's Grave a Sea of Tongues</em> 9541 Joel Oliphint 464
9688 9688 <em>Claw</em> 9688 Joel Oliphint 464
10003 10003 <em>Attica!</em> 10003 Joel Oliphint 464
10205 10205 <em>Doubled Exposure</em> 10205 Joel Oliphint 464
10365 10365 <em>Brothers and Sisters of the Eternal Son</em> 10365 Joel Oliphint 464
10514 10514 <em>Get There</em> 10514 Joel Oliphint 464
10668 10668 <em>Screens</em> 10668 Joel Oliphint 464

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