Quote:
Originally Posted by DedTV
Edit: Decided to play around with it and I've gotten close. The best I could do is get is (what I think is) the counts via a "select tag, count(*) from books_tags_link group by tag;" query but I haven't figured out how to link that up with a query to link it with the actual tag name.
Although, thinking about it, I could simply just export the tag table and the result of the query and match them up in Excel.
Yup. That worked!
|
Great
Something like
INNER JOIN tags ON books_tags_link.tag=tags.id might have done the trick too, not on calibre system so i can't test.
Glad I could help - sounds like you're in the home straight.
BR