I need to count all the people with the same name length in mysql table.
Ex: Andrew, Peter, Lilly, John, Jane, Anne
The result should be 5, since Andrew is the only name that's 6 characters long.
I need to count all the people with the same name length in mysql table.
Ex: Andrew, Peter, Lilly, John, Jane, Anne
The result should be 5, since Andrew is the only name that's 6 characters long.