Skip to content

Instantly share code, notes, and snippets.

@Artgerto
Created January 25, 2018 11:26
SELECT au.id
FROM authors
WHRERE au.id NOT IN (SELECT DISTINCT au.id FROM titles_authors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment