Is it possible to exclude identical value's using a mysql query statment? E.g. I've got 2 colums named BlaID and BlaInfo. BlaID may contain 20 times the value 75 and 10 times the value 54. What I want to do is being able to retrieve the value 75 and 54 only once (with the vlue of BlaInfo).
Is this possible to do with one statement? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php