daed17
10-24-2003, 10:10 AM
I have a list of duplicates (x,x,x,y,y,z) and I want to use php to have mysql to only retrieve one of each in the list (x,y,z).
Is there an easy way to do this? I have over 100,000 records so I am trying to stay away anything that looks like a bubble sort.
I am going brain dead over here today.
Is there an easy way to do this? I have over 100,000 records so I am trying to stay away anything that looks like a bubble sort.
I am going brain dead over here today.