I have a table email table which records the email_id against ind_ref(Unique).
I want to return only those IND_ref which shares the same email ID. in my example the query should return IND_ref 1212 and 1555 as both shares abc@yahoo.com. How can i achieve this? Any help would be much appriciated.