product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0N4C9ZVJ21NG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1NQMEFZMJ7MG | Chapter 56 PRD_0N4C9ZVJ21NG | content | 1 | 7794ce56-b1fc-45c5-9af4-7a54a22e3636 | |
| PID_0C8G3ET75W3G | Chapter 56 PRD_0N4C9ZVJ21NG | product | 7 | 165h504a00 | |
| PID_1263T4M1Q5K0 | Chapter 56 PRD_0N4C9ZVJ21NG | product | 2 | bwg_migration.2215758 | |
| PID_1PAEHPEXEY60 | Chapter 56 PRD_0N4C9ZVJ21NG | product | 4 | 90052700X02364600000 | |
| PID_3R457X1BJ3WG | Chapter 56 PRD_0N4C9ZVJ21NG | product | 3 | 9798893704631 |
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);