My requirement is to remove duplicate in sql query with specific column (i.e. similar to remove duplicate option in MS Excel.)
Eg: my query o/p is with 8 column but duplicate to be removed with 3 columns. With the following 8 column
date,name, dept_name,city,phne_no,country,gender,age
i need to remove duplicate w.r.t
name, city, phne_no
Is this possible in sql? Please note that i do not have access to delete data in table hence i can only extract. Kindly help me out.