ID NAME Email
1 John john@example.com
2 Mathew mathew@example.com
3 John jon@example.com
4 Johnson johns@example.com
5 Peter pete@example.com
How can I create a query that will return
1 John john@example.com
3 John jon@example.com
4 Johnson johns@example.com
Ansers like that for Find rows that have the same value on a column in MySQL returns rows with same value. Here I need similar values