albums_labels
4 rows where label_id = 1766
This data as json, CSV (advanced)
| Link | rowid ▼ | album_id | label_id |
|---|---|---|---|
| 5821 | 5821 | 5073 5073 | Different 1766 |
| 13810 | 13810 | 12166 12166 | Different 1766 |
| 13920 | 13920 | 12267 12267 | Different 1766 |
| 20725 | 20725 | 18464 18464 | Different 1766 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE albums_labels ( album_id integer NOT NULL, label_id integer NOT NULL, FOREIGN KEY(album_id) REFERENCES albums(id), FOREIGN KEY(label_id) REFERENCES labels(id), UNIQUE(album_id,label_id) );