MrDontKnowNothing
Programmer
sorry for that one, but i need some inspiration...
if you do a "select distinct a,b,c from sometable", you get rid of the dublicates. so far, so good. but if you only want to get rid of the duplicates in a, but you also want to retrieve the corresponing b and c, what are you supposed to do?
cheers
alex
if you do a "select distinct a,b,c from sometable", you get rid of the dublicates. so far, so good. but if you only want to get rid of the duplicates in a, but you also want to retrieve the corresponing b and c, what are you supposed to do?
cheers
alex