product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0XW12AVPWA4G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_00ZYQ47XWEKG | Chapter 86 PRD_0XW12AVPWA4G | content | 1 | a4c8ea02-5914-4cfa-8ccd-7046b5d0dd04 | |
| PID_1VRE5SPWB7NG | Chapter 86 PRD_0XW12AVPWA4G | product | 3 | 9798893716320 | |
| PID_2FWS1BF9X3RG | Chapter 86 PRD_0XW12AVPWA4G | product | 7 | 135ha79a00 | |
| PID_3DT4R19AC980 | Chapter 86 PRD_0XW12AVPWA4G | product | 2 | bwg_migration.2814784 | |
| PID_3HYQQJ2665Z0 | Chapter 86 PRD_0XW12AVPWA4G | product | 4 | 90052700X02932700000 |
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);