Mysql Select 1st Chat and Unique
Posted: Sat May 14, 2011 5:03 am
Hello:
Trying to Select first letter(s) (a-z) and to be unique... using Like 'a' or SUBSTRING(columnname, 1, 1) = 'a';
the main problem is to make it select from a to z as first character without repetition.
Thanks in advanced.
Trying to Select first letter(s) (a-z) and to be unique... using Like 'a' or SUBSTRING(columnname, 1, 1) = 'a';
the main problem is to make it select from a to z as first character without repetition.
Thanks in advanced.