product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_29YHPB59AYP0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_023BEG21HVAG | Chapter 6 PRD_29YHPB59AYP0 | content | 1 | 54752d88-99d0-486c-b287-de4e29118014 | |
| PID_03539R51G4YG | Chapter 6 PRD_29YHPB59AYP0 | product | 2 | bwg_migration.3139920 | |
| PID_0Q9E59ZXA15G | Chapter 6 PRD_29YHPB59AYP0 | product | 7 | 6810000018843 | |
| PID_1MPKTKCKEKB0 | Chapter 6 PRD_29YHPB59AYP0 | product | 8 | 6810000018843 | |
| PID_2SB4VGJBF2R0 | Chapter 6 PRD_29YHPB59AYP0 | product | 4 | 04000000C00003102011 | |
| PID_3YGA8T79KN1G | Chapter 6 PRD_29YHPB59AYP0 | product | 9 | 6810000018843 |
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);