product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0Q1AKPZH6X9G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1TZHF8FH8TV0 | Volume 19 PRD_0Q1AKPZH6X9G | content | 1 | aa9d8aff-0fa6-41ae-bf77-a93663377cba | |
| PID_0A5RMN1N99A0 | Volume 19 PRD_0Q1AKPZH6X9G | product | 2 | bwg_migration.2979836 | |
| PID_0Y8BG6T135H0 | Volume 19 PRD_0Q1AKPZH6X9G | product | 4 | 88877562C00002963234 | |
| PID_20A26EEZ47QG | Volume 19 PRD_0Q1AKPZH6X9G | product | 3 | 9798888775622 | |
| PID_2MECXZ78Y3TG | Volume 19 PRD_0Q1AKPZH6X9G | product | 7 | 9798894787398 |
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);