product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2W52B6D5B120"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1SDH19ZNKE90 | Volume 5 PRD_2W52B6D5B120 | content | 1 | 41afa0a8-c5bb-4b0b-8fa5-84ac8c4f1a9e | |
| PID_09FA5VBC27A0 | Volume 5 PRD_2W52B6D5B120 | product | 7 | 9798889336334 | |
| PID_1FANWH5EDCXG | Volume 5 PRD_2W52B6D5B120 | product | 2 | bwg_migration.2150149 | |
| PID_1K90R2ZT790G | Volume 5 PRD_2W52B6D5B120 | product | 4 | 64729334C00002229177 | |
| PID_358ZE9JG8B70 | Volume 5 PRD_2W52B6D5B120 | product | 3 | 9781647293345 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_external_ids (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL,
source TEXT NOT NULL,
type INTEGER NOT NULL,
external_id TEXT NOT NULL,
external_id_original TEXT NOT NULL,
FOREIGN KEY (product_id) REFERENCES products(id)
);
CREATE INDEX idx_product_external_ids_product ON product_external_ids(product_id);