View Single Post
Old 02-04-2021, 08:06 AM   #8
Nicolas.Laurent
Member
Nicolas.Laurent began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Jun 2016
Location: France
Device: PocketBook Touch Lux 2
Quote:
Originally Posted by ownedbycats View Post
My software of choice is SQLiteStudio.
I also use SQLiteStudio

And my question is what is the query to export ALL the tags. I use this one and it doesn't work.

SELECT id,
author_sort,
title,
(SELECT name FROM publishers WHERE publishers.id IN (SELECT publisher from books_publishers_link WHERE book=books.id)) publisher,
(SELECT format FROM data WHERE data.book=books.id) formats,
path,
(SELECT name FROM tags WHERE tags.id IN (SELECT tag from books_tags_link WHERE book=books.id)) tags
FROM books
Nicolas.Laurent is offline   Reply With Quote