Hello every one, I want to make a query to select some data please guide me Suppose i have data in table1 as followed ID NAME 1 Imran 2 Hassan 3 Imran 4 Ahmer 5 Hamid 6 Imran Now i want to select all of the records but with no dupplication, such that i could have all the name records but imran should be only once, as it is repeated 3 times in table1. Please write some query for this thanks