I have a query that after execution shows:
Name | LasName | City
-------------------------
John | Doe | London
John | Doe | Berlin
Martin| Smith | Paris
Is there anything I can do in the WHERE clause section in order to get just one John Doe, no matter the city?
The query is humongous that’s why I’m not posting it in here.
If there’s anything you think I can do, please, post a fake query explaining it, I just need to get the concept.
Thanks a lot!