paths_to_entries
12 rows where entry_id = 1600158
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
13002,1600158 | main/linux-64/jupyterlab-0.34.1-py35_0.conda 13002 | 1600158 1600158 |
13007,1600158 | main/linux-64/jupyterlab-0.34.3-py35_0.conda 13007 | 1600158 1600158 |
13010,1600158 | main/linux-64/jupyterlab-0.34.7-py35_0.conda 13010 | 1600158 1600158 |
13013,1600158 | main/linux-64/jupyterlab-0.34.9-py35_0.conda 13013 | 1600158 1600158 |
85255,1600158 | main/osx-64/jupyterlab-0.34.1-py35_0.conda 85255 | 1600158 1600158 |
85260,1600158 | main/osx-64/jupyterlab-0.34.3-py35_0.conda 85260 | 1600158 1600158 |
85263,1600158 | main/osx-64/jupyterlab-0.34.7-py35_0.conda 85263 | 1600158 1600158 |
85266,1600158 | main/osx-64/jupyterlab-0.34.9-py35_0.conda 85266 | 1600158 1600158 |
113275,1600158 | main/linux-32/jupyterlab-0.34.1-py35_0.conda 113275 | 1600158 1600158 |
113280,1600158 | main/linux-32/jupyterlab-0.34.3-py35_0.conda 113280 | 1600158 1600158 |
113283,1600158 | main/linux-32/jupyterlab-0.34.7-py35_0.conda 113283 | 1600158 1600158 |
113286,1600158 | main/linux-32/jupyterlab-0.34.9-py35_0.conda 113286 | 1600158 1600158 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE paths_to_entries ( path_id INTEGER NOT NULL, entry_id INTEGER NOT NULL, PRIMARY KEY (path_id, entry_id), FOREIGN KEY(path_id) REFERENCES paths (id), FOREIGN KEY(entry_id) REFERENCES paths_entries (id) ); CREATE INDEX ix_paths_to_entries_entry_id ON paths_to_entries (entry_id);