product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0TQ2YYTHK460"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0CXPH51JEZT0 | Volume 4 PRD_0TQ2YYTHK460 | content | 1 | 7de883bb-cb21-4012-a49f-7d8f5715090a | |
| PID_0Y1APWXQE120 | Volume 4 PRD_0TQ2YYTHK460 | product | 2 | bwg_migration.3215628 | |
| PID_125NJDP31X90 | Volume 4 PRD_0TQ2YYTHK460 | product | 4 | 90209305C00003169863 | |
| PID_2M7C0NASAZFG | Volume 4 PRD_0TQ2YYTHK460 | product | 3 | 9798902093053 | |
| PID_3RBYW63AWVJG | Volume 4 PRD_0TQ2YYTHK460 | product | 7 | 9798902093053 |
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);