BookWalker

home / database

series_tags

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

5 rows where series_id = "CNT_2Z017FQN7PS0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_2Z017FQN7PS0,TAG_12FERKXXE7F0 Sex or Die - Doctor! Please Do Something About My Son! CNT_2Z017FQN7PS0 Doctors TAG_12FERKXXE7F0
CNT_2Z017FQN7PS0,TAG_1FZ1W0CD32F0 Sex or Die - Doctor! Please Do Something About My Son! CNT_2Z017FQN7PS0 Childhood Friends TAG_1FZ1W0CD32F0
CNT_2Z017FQN7PS0,TAG_2APDBN4CY9FG Sex or Die - Doctor! Please Do Something About My Son! CNT_2Z017FQN7PS0 adult TAG_2APDBN4CY9FG
CNT_2Z017FQN7PS0,TAG_2M5T60D610KG Sex or Die - Doctor! Please Do Something About My Son! CNT_2Z017FQN7PS0 Boys Love TAG_2M5T60D610KG
CNT_2Z017FQN7PS0,TAG_34NRNWCEK09G Sex or Die - Doctor! Please Do Something About My Son! CNT_2Z017FQN7PS0 Illness TAG_34NRNWCEK09G

Advanced export

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

CSV options:

CREATE TABLE series_tags (
      series_id TEXT NOT NULL,
      tag_id TEXT NOT NULL,
      PRIMARY KEY (series_id, tag_id),
      FOREIGN KEY (series_id) REFERENCES series(id),
      FOREIGN KEY (tag_id) REFERENCES tags(id)
    );
CREATE INDEX idx_series_tags_tag ON series_tags(tag_id);
Powered by Datasette · Queries took 6.89ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS