hey hey.
I have a style of database design where i have 2 colomns: 'username(varchar 150)' and 'startLetter(char 1)'. This allowss me to search either the entire username or merely the first letter depending on what a user wishes to see.
However, Im attempting to clean up my ways of design and coding and im sure there is a much simpler way of doign what i want to do (return all rows where the starting letter of the column 'username' == a for example).
Is there a way in which MySQL can do this? muchos thanyous =D