products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_111JVGEATQ40"
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_02DRJZD00N7G | CNT_1X8P26APRQJG | Semantic Error CNT_111JVGEATQ40 | CNT_111JVGEATQ40 | 2 | 2 | 1 | Volume 1 | [] | Semantic Error, Vol. 1 | WARNING: SEMANTIC ERROR ALERT! Computer science major Sangwoo Choo lives by the following tenets: reason, routine, and rules. So it makes perfect sense for him to delete his group members’ names from the project they contributed nothing to. If that inadvertently destroys their immediate future plans…Well, it’s not Sangwoo’s problem, right?Award-winning visual arts major Jaeyoung Jang is aghast to find his dreams of grad school in the United States put on the back burner—all because some snitch in his project group caused him to fail a required class. Now with plenty of time on his hands, he grudgingly agrees to fill in for a friend as the designer of a new mobile game—only to come face-to-face with Sangwoo Choo, the very person who screwed him over in the first place!Now Sangwoo is unable to get a moment’s peace as Jaeyoung remains glued to his side, eager for some payback. What’s even weirder is that despite their rocky start and mutual disdain, Sangwoo and Jaeyoung find themselves inexplicably drawn toward each other like moths to a very annoying flame! Will Sangwoo find a way to debug this semantic error before it upends his whole life? | 01KGBQXFPFTJ4JXT7FZZ3FRJE9 | 1.0 | 2025-07-07T07:00:00.000Z | Ize Press LAB_1A358A3NHWA0 | GEO_1KB2KYDQ0JGG | Semantic Error, Vol. 1 | 2026-01-20T00:00:00.000Z | 0 | 0 | ||||||
| PRD_1KV55DAAJD7G | CNT_2SYBGDEYMC60 | Semantic Error CNT_111JVGEATQ40 | CNT_111JVGEATQ40 | 2 | 2 | 1 | Volume 2 | [] | Semantic Error, Vol. 2 | CONFIGURING SYSTEM UPDATES… Sangwoo Choo’s life is falling apart. Trying to function normally while dealing with intense sexual urges for the first time is hard enough. It’s infinitely worse when the object of both his heart’s and body’s desire is everything he wasn’t looking for in a partner. Jaeyoung Jang is a man, a slob, a serial procrastinator, and someone who seems to get angry at the strangest things…but he’s also drop-dead gorgeous and the most talented designer Sangwoo’s ever had the pleasure of working with. Not that Jaeyoung is faring any better. He’s never met anybody more infuriating yet adorable, and if he’s being honest with himself, it’s obvious the feeling welling up inside him is way more than simple lust—in fact, it might be another “L” word altogether. However, with Sangwoo drawing a clear line in the sand between the two of them, is there any point in hoping for something more? As Jaeyoung’s departure for grad school overseas draws closer, it’s becoming harder to ignore the fact that their relationship was never meant to last. Faced with their impending separation, Sangwoo and Jaeyoung must confront the future they each had planned for themselves—and decide whether it’s one still worth living. | 01KS2X2YN5PH1YVJ7B7VHFVQZJ | 2.0 | 2025-12-17T08:00:00.000Z | Ize Press LAB_1A358A3NHWA0 | GEO_1KB2KYDQ0JGG | Semantic Error, Vol. 2 | 2026-06-16T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);