BookWalker

home / database

products

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

2 rows where series_id = "CNT_2ZR2CY9P22Y0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: listed_at (date), on_sale_at (date)

id ▼ content_id series_id parent_content_id level content_type product_type title alt_titles subtitle display_title display_title_short description description_short image_id display_order listed_at label_id geoblock_id display_name copyright on_presale_at on_sale_at off_sale_at add_on add_on_campaign_only
PRD_1KF8RTHZVGZ0 CNT_1AHD1FRJHAW0 Message to Adolf CNT_2ZR2CY9P22Y0 CNT_2ZR2CY9P22Y0 2 1 1 Part 2 []   Message to Adolf, Part 2   In this second and concluding part, the comics master's late masterpiece takes the tale of the three Adolfs beyond the Axis defeat- for the war's damage does not end with it- to the Middle East.   01KH3H7H2YMKHRGWC2WJJ31Q7G 2.0 2016-06-22T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Message to Adolf, Part 2 Message to Adolf © Tezuka Productions/Vertical Inc.   2016-06-22T07:00:00.000Z   0 0
PRD_1QXVADK27ZY0 CNT_3DVT0SETW9X0 Message to Adolf CNT_2ZR2CY9P22Y0 CNT_2ZR2CY9P22Y0 2 1 1 Part 1 []   Message to Adolf, Part 1   It is 1936 in Berlin, Nazi Germany. A Japanese reporter named Sohei Tohge is covering the Berlin Olympic Games for the Japanese press. As he sits in the Japanese press box watching the many track and field events of the day, he receives a call from his younger brother Isao, who has been studying in Germany as an international student. The two make plans to meet as Isao mentions he has something of importance to share with his sibling. While Sohei initially thinks his little brother may have found a young frau, Isao's tone is clearly that of one who is troubled by topics much heavier than romance. When Sohei arrives at Berlin University, he finds his brother's room has been through some sort of violent ordeal. A mysterious message was left on a note pad and a window was left wide open. And tangled in the branches of a tree directly below Isao's window rested his dead body. Isao was murdered. Sohei would immediately launch an investigation to the murder, but almost instantly all traces of information regarding his younger brother's study in Germany has vanished. The police were of no help. Isao's room was also cleared and rented out to another person. Even his building manager feigned ignorance. It was as if he had never existed. Investigating the matter, it is later learned that this murder is connected to a document he mailed to Japan with information regarding Adolf Hitler. As events progress, the lives of three Adolfs, each from distinct origins, intertwine and become more and more tangled as Sohei Toge searches for his brother's murderer.   01KH3GB0R2GQX3Y7M8W82W9K1H 1.0 2016-06-08T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Message to Adolf, Part 1 Message to Adolf © Tezuka Productions/Vertical Inc.   2016-06-08T07:00:00.000Z   0 0

Advanced export

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

CSV options:

CREATE TABLE products (
      id TEXT PRIMARY KEY,
      content_id TEXT NOT NULL,
      series_id TEXT NOT NULL,
      parent_content_id TEXT,
      level INTEGER NOT NULL,
      content_type INTEGER NOT NULL,
      product_type INTEGER NOT NULL,
      title TEXT NOT NULL,
      alt_titles TEXT NOT NULL,
      subtitle TEXT NOT NULL,
      display_title TEXT NOT NULL,
      display_title_short TEXT NOT NULL,
      description TEXT NOT NULL,
      description_short TEXT NOT NULL,
      image_id TEXT NOT NULL,
      display_order REAL NOT NULL,
      listed_at TEXT NOT NULL,
      label_id TEXT NOT NULL,
      geoblock_id TEXT,
      display_name TEXT NOT NULL,
      copyright TEXT,
      on_presale_at TEXT,
      on_sale_at TEXT NOT NULL,
      off_sale_at TEXT,
      add_on INTEGER NOT NULL,
      add_on_campaign_only INTEGER NOT NULL,
      FOREIGN KEY (series_id) REFERENCES series(id),
      FOREIGN KEY (label_id) REFERENCES labels(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);
Powered by Datasette · Queries took 26.31ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS