home / pf

reviews_authors

22 rows where author_id = 520

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ review_id author_id
16001 16001 <em>Local Customs: Downriver Revival</em> 16001 Patrick Sisson 520
16336 16336 <em>BM</em> 16336 Patrick Sisson 520
16380 16380 <em>Drippers EP</em> 16380 Patrick Sisson 520
16395 16395 <em>Footnotes 92-94</em> 16395 Patrick Sisson 520
16411 16411 <em>Exposion</em> 16411 Patrick Sisson 520
16435 16435 <em>Xs on Your Eyes</em> 16435 Patrick Sisson 520
16439 16439 <em>Sebastien Grainger and the Mountains</em> 16439 Patrick Sisson 520
16451 16451 <em>Chunk of Change EP</em> 16451 Patrick Sisson 520
16459 16459 <em>Fucked Up Friends</em> 16459 Patrick Sisson 520
16486 16486 <em>Chrome's On It EP</em> 16486 Patrick Sisson 520
16523 16523 <em>Matador Singles '08</em> 16523 Patrick Sisson 520
16596 16596 <em>Out My Window</em> 16596 Patrick Sisson 520
16682 16682 <em>Moody Motorcycle</em> 16682 Patrick Sisson 520
16843 16843 <em>Ghost Rock</em> 16843 Patrick Sisson 520
16883 16883 <em>Live: Santa Monica '72</em> 16883 Patrick Sisson 520
16885 16885 <em>Muting the Noise</em> 16885 Patrick Sisson 520
16891 16891 <em>The Best of Bobby Womack: The Soul Years</em> 16891 Patrick Sisson 520
16892 16892 <em>Huffin' Rag Blues</em> 16892 Patrick Sisson 520
16897 16897 <em>Fire Songs</em> 16897 Patrick Sisson 520
16908 16908 <em>Yearbook 2</em> 16908 Patrick Sisson 520
16909 16909 <em>Með suð í eyrum við spilum endalaust</em> 16909 Patrick Sisson 520
16922 16922 <em>The Devil, You + Me</em> 16922 Patrick Sisson 520

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