Mysql – Sort alphabetically and get only first of every letter of the alphabet
I have a MySQL table called names with a column names name. This column has the following values: Beacher Ackley Addison Caldwell Cameron Alcott Carling Beardsley Beldon I want to get, alphabetically sorted, the value of every first letter. Alphabetically…