home / pf

reviews_authors

17 rows where author_id = 380

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
5429 5429 <em>Time &amp; Space</em> 5429 Sam Lefebvre 380
5698 5698 <em>بس ربحت, خسرت “When You Have Won, You Have Lost”</em> 5698 Sam Lefebvre 380
6540 6540 <em>In the Same Room</em> 6540 Sam Lefebvre 380
6646 6646 <em>Machine Response</em> 6646 Sam Lefebvre 380
7892 7892 <em>Paid For It</em> 7892 Sam Lefebvre 380
7957 7957 <em>Death Index</em> 7957 Sam Lefebvre 380
8126 8126 <em>America's Greatest Hits</em> 8126 Sam Lefebvre 380
8216 8216 <em>amERICa</em> 8216 Sam Lefebvre 380
8248 8248 <em>Basement Hysteria</em> 8248 Sam Lefebvre 380
8332 8332 <em>All Odds End</em> 8332 Sam Lefebvre 380
8401 8401 <em>Negative Feedback Resistor</em> 8401 Sam Lefebvre 380
8606 8606 <em>Snooty Garbagemen</em> 8606 Sam Lefebvre 380
8631 8631 <em>Negative Scanner</em> 8631 Sam Lefebvre 380
8738 8738 <em>Catharsis</em> 8738 Sam Lefebvre 380
8855 8855 <em>MCIII</em> 8855 Sam Lefebvre 380
8872 8872 <em>Foremost &amp; Fair</em> 8872 Sam Lefebvre 380
9003 9003 <em>Nasty Witch Rock</em> 9003 Sam Lefebvre 380

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