product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_2ZZE2X6E3B2G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3FSHZTKDVZ8G | Chapter 25 PRD_2ZZE2X6E3B2G | content | 1 | 554fcc38-b4ec-4ade-91b1-db1f448af983 | |
| PID_14C265MSEEAG | Chapter 25 PRD_2ZZE2X6E3B2G | product | 4 | 04000000C00003167513 | |
| PID_2E33SFR9D4F0 | Chapter 25 PRD_2ZZE2X6E3B2G | product | 8 | 6810000020763 | |
| PID_3EFRMDFQKG10 | Chapter 25 PRD_2ZZE2X6E3B2G | product | 2 | bwg_migration.3215429 | |
| PID_3G2TFPK7P65G | Chapter 25 PRD_2ZZE2X6E3B2G | product | 9 | 6810000020763 | |
| PID_3JJBKY035CM0 | Chapter 25 PRD_2ZZE2X6E3B2G | product | 7 | 6810000020763 |
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);