Quote:
Originally Posted by davidfor
Code:
SELECT DISTINCT Attribution
FROM content
WHERE BookID IS NULL
AND IsDownloaded in ('true', 1 )
AND Accessibility IN (-1, 1, 2, 8, 9)
|
'Rakuten Kobo Inc.' added to the list
I got what wanted - a list of authors, looked in which books had author name errors, and fixed them. Thanks again, for some reason I was looking in the wrong place initially.