I have two tables in one SQL database.
Both have the columns firstname and lastname.
I want to show (echo) only the names that don't appear in both.
Can I do this with an SQL query or will I have to sort them in PHP?