Example:
select 'a' as 'letras', 'b' as 'letras'
I want to play the letter 'a' and the letter 'b' in the column 'letters', but with this code it returns 2 columns with the same name, but I want to play the values in the same column and I do not know how to do this and nor how to search.