product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2Y33CKJY6GFG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_31F1X76PQ5RG | Only the Stars Know PRD_2Y33CKJY6GFG | content | 1 | 7462dbbd-2772-4d66-ab8c-7fae74179a72 | |
| PID_00G57BP918Z0 | Only the Stars Know PRD_2Y33CKJY6GFG | product | 7 | 9798893730982 | |
| PID_16FGY1GBGEEG | Only the Stars Know PRD_2Y33CKJY6GFG | product | 2 | bwg_migration.2110851 | |
| PID_2AJ3NK97AANG | Only the Stars Know PRD_2Y33CKJY6GFG | product | 4 | 89373098C00002193081 | |
| PID_3WDTBTXXFC80 | Only the Stars Know PRD_2Y33CKJY6GFG | product | 3 | 9798893730982 |
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);