Is there any way to display the string size in a MYSQL result?
I need to, for example, know the size of a given string returned in a SELECT
with group_concat
.
What I want would be something like this example:
SELECT "nome", FUNCAO_PARA_OBTER_TAMANHO("nome")
I would like to return something like:
nome | 4