BookWalker

home / database

product_external_ids

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

5 rows where product_id = "PRD_1KX7NJA3TNVG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, external_id

id ▼ product_id source type external_id external_id_original
CID_2HTRKR0BAP90 Volume 3 PRD_1KX7NJA3TNVG content 1 36b2bfdd-e11c-40fd-a0f2-935dd875cf99  
PID_0S139W5R5XZ0 Volume 3 PRD_1KX7NJA3TNVG product 2 bwg_migration.1870582  
PID_1D5E5DYNZP20 Volume 3 PRD_1KX7NJA3TNVG product 4 89160321C00001987228  
PID_2Q74VMH20VRG Volume 3 PRD_1KX7NJA3TNVG product 3 9798891603219  
PID_3VBQQ6BZTMFG Volume 3 PRD_1KX7NJA3TNVG product 7 9798891603219  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 37.618ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS