product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1PFNEAVMN2Z0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1AWSCZZ57B30 | Chapter 56 PRD_1PFNEAVMN2Z0 | content | 1 | 27a34e63-6208-48e4-8e4e-cf82c5267195 | |
| PID_017N3G49YH7G | Chapter 56 PRD_1PFNEAVMN2Z0 | product | 3 | 9798893691542 | |
| PID_0NA7Z1X5GDAG | Chapter 56 PRD_1PFNEAVMN2Z0 | product | 7 | 155h111a00 | |
| PID_2B1KP7Z63JT0 | Chapter 56 PRD_1PFNEAVMN2Z0 | product | 2 | bwg_migration.2051136 | |
| PID_2Z5YD8HKNF10 | Chapter 56 PRD_1PFNEAVMN2Z0 | product | 4 | 90052700X01584700000 |
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);