home / pf

reviews_authors

8 rows where author_id = 249

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
2078 2078 <em>From Gardens Where We Feel Secure</em> 2078 Simon Reynolds 249
4333 4333 <em>All the Young Droogs</em> 4333 Simon Reynolds 249
5821 5821 <em>The Queen Is Dead</em> 5821 Simon Reynolds 249
7045 7045 <em>Metal Box</em> 7045 Simon Reynolds 249
7482 7482 <em>Different Class</em> 7482 Simon Reynolds 249
7706 7706 <em>Close To the Noise Floor - Formative UK Electronica 1975 - 1984</em> 7706 Simon Reynolds 249
8025 8025 <em>Still in a Dream: A Story of Shoegaze 1988-1995</em> 8025 Simon Reynolds 249
26222 26222 <em>Head Over Heels</em> 26218 Simon Reynolds 249

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