ID NAME Email
1 John [email protected]
2 Mathew [email protected]
3 John [email protected]
4 Johnson [email protected]
5 Peter [email protected]
How can I create a query that will return
1 John [email protected]
3 John [email protected]
4 Johnson [email protected]
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