product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NXB1NPCVQCG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_26721GY86820 | Princess of Convenience PRD_0NXB1NPCVQCG | content | 1 | 9cf021fc-1c37-492d-ae0e-5b4043aff5bb | |
| PID_095C931K1630 | Princess of Convenience PRD_0NXB1NPCVQCG | product | 2 | bwg_migration.44187 | |
| PID_0X9Z4MTCV2P0 | Princess of Convenience PRD_0NXB1NPCVQCG | product | 4 | 04000000B03235700000 | |
| PID_27BNTWETW4CG | Princess of Convenience PRD_0NXB1NPCVQCG | product | 3 | 9784596830494 | |
| PID_3BE0PD7PP0KG | Princess of Convenience PRD_0NXB1NPCVQCG | product | 7 | 9784596830494 |
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);