gusmacker Posted November 8, 2003 Share Posted November 8, 2003 Here is what I want to do, now I will ask the experts if it is possible. What I want to do is do a query such as SELECT aff from `table` then I what the uniq of that so if there are 10 that say abc in it and 15 that say fff in it I want it to just return abc and fff 1 time not their respective amounts of records. Kevin Link to comment https://forums.phpfreaks.com/topic/1322-php-and-mysql/ Share on other sites More sharing options...
shivabharat Posted November 8, 2003 Share Posted November 8, 2003 You can use this query to do the same SELECT distinct aff from `table` Link to comment https://forums.phpfreaks.com/topic/1322-php-and-mysql/#findComment-4380 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.