I have a problem with umlauts and ampersands.
Basically in the database I have a varchar field with content
Umlauts äøää
Is it possible to select this field, but in the same query convert it to something more readable? It should be somehing like
SELECT myfield as address
from `table`
And it should show
Address
Umlauts ü ä
I was wondering if it's possible? Thank you very much hope this makes sense