product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_28XEY5ZDWZ20"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1A4WGD8MNXZ0 | Chapter 104 PRD_28XEY5ZDWZ20 | content | 1 | 51109a86-b107-422d-a939-468f5c8ae1b4 | |
| PID_02RN5HNBS7Y0 | Chapter 104 PRD_28XEY5ZDWZ20 | product | 2 | bwg_migration.2104613 | |
| PID_0PZ013E7K050 | Chapter 104 PRD_28XEY5ZDWZ20 | product | 4 | 90052700X01632200000 | |
| PID_2RYYQA2XM5VG | Chapter 104 PRD_28XEY5ZDWZ20 | product | 3 | 9798893694505 | |
| PID_3CX9JVV9FYEG | Chapter 104 PRD_28XEY5ZDWZ20 | product | 7 | 115h995a00 |
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);