issues_labels
4 rows where labels_id = 1535026963
This data as json, CSV (advanced)
| Link | labels_id | issues_id |
|---|---|---|
| 490803176,1535026963 | documentation 1535026963 | --sql and --attach options for feeding commands from SQL queries 490803176 |
| 561454071,1535026963 | documentation 1535026963 | Documentation for " favorites" command 561454071 |
| 663976976,1535026963 | documentation 1535026963 | Add a table of contents to the README 663976976 |
| 703218448,1535026963 | documentation 1535026963 | Documentation for twitter-to-sqlite fetch 703218448 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues_labels] (
[labels_id] INTEGER REFERENCES [labels]([id]),
[issues_id] INTEGER REFERENCES [issues]([id]),
PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
ON [issues_labels] ([labels_id]);