Hi mysql,
i have table 'a' with one field 'name',
which contains many dublicated records, like
SELECT * FROM a;
+-------+
| name |
+-------+
| Peter |
| Ivan |
| Peter |
| Peter |
| Dima |
| ... |
+-------+
Now i want to see list of names (not repeated). How can i do it?
Tnx,
nullevent-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
