product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0PYSF64581YG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2D5867P6A4E0 | Volume 7 PRD_0PYSF64581YG | content | 1 | 96a5104f-13e4-476c-bd70-56a9a5cb01ba | |
| PID_0CCKCK81MNYG | Volume 7 PRD_0PYSF64581YG | product | 2 | bwg_migration.361750 | |
| PID_0GGY842XEE5G | Volume 7 PRD_0PYSF64581YG | product | 4 | 04000000B23946700000 | |
| PID_2TJMYBNBKKR0 | Volume 7 PRD_0PYSF64581YG | product | 3 | 9781682330654 | |
| PID_3EH7NXE75CF0 | Volume 7 PRD_0PYSF64581YG | product | 7 | 9781682330654 |
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);