Can someone help me out here?
Ive got a columns in one of my table that does not have unique values. (it is a company field, and has the same company listed over and over) I was wondering if anyone knew how to pull only unique values(no duplicates) out of mysql and put them into the normal array for generating a list. ($row = mysql_fetch_array($result)
I actually need all these non-unique values in the table, I just cant figure out a way to select only unique values. Any help would be very very appreciated.
Ive got a columns in one of my table that does not have unique values. (it is a company field, and has the same company listed over and over) I was wondering if anyone knew how to pull only unique values(no duplicates) out of mysql and put them into the normal array for generating a list. ($row = mysql_fetch_array($result)
I actually need all these non-unique values in the table, I just cant figure out a way to select only unique values. Any help would be very very appreciated.