home / books

books_tags

11 rows where tags_id = "parallel-worlds"

✎ View and edit SQL

This data as json, CSV (advanced)

Link tags_id books_id
charles-stross/the-family-trade,parallel-worlds parallel-worlds The Family Trade charles-stross/the-family-trade
diana-wynne-jones/the-magicians-of-caprona,parallel-worlds parallel-worlds The Magicians of Caprona diana-wynne-jones/the-magicians-of-caprona
diana-wynne-jones/witch-week,parallel-worlds parallel-worlds Witch Week diana-wynne-jones/witch-week
harry-turtledove/the-misplaced-legion,parallel-worlds parallel-worlds The Misplaced Legion harry-turtledove/the-misplaced-legion
jo-walton/my-real-children,parallel-worlds parallel-worlds My Real Children jo-walton/my-real-children
neil-gaiman/interworld,parallel-worlds parallel-worlds InterWorld neil-gaiman/interworld
philip-k-dick/flow-my-tears-the-policeman-said,parallel-worlds parallel-worlds Flow My Tears, the Policeman Said philip-k-dick/flow-my-tears-the-policeman-said
randall-garrett-robert-adragna/murder-and-magic,parallel-worlds parallel-worlds Murder and Magic randall-garrett-robert-adragna/murder-and-magic
steven-gould/jumper,parallel-worlds parallel-worlds Jumper steven-gould/jumper
terry-pratchett/the-long-earth,parallel-worlds parallel-worlds The Long Earth terry-pratchett/the-long-earth
v-e-schwab/a-darker-shade-of-magic,parallel-worlds parallel-worlds A Darker Shade of Magic v-e-schwab/a-darker-shade-of-magic

Advanced export

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

CSV options:

CREATE TABLE [books_tags] (
   [tags_id] TEXT REFERENCES [tags]([id]),
   [books_id] TEXT REFERENCES [books]([id]),
   PRIMARY KEY ([books_id], [tags_id])
);
Powered by Datasette · Queries took 14.56ms