I've got an example of something that I need to query
So lets say:
Column 1: Name
Column 2: City
Entries:
John, Berlin
April, Berlin
Dennis, Amsterdam
Danny, Amsterdam
John, London
Marty, London
Now I want to remove all cities that have a John living in them.
Any advice?