Is there any simple function for get this output.
SELECT Title FROM Table WHERE Id = 1
---- My title
Desire function or etc ...
SELECT MYBASE64ENCODE(Title) FROM Table WHERE Id = 1
---- TXkgdGl0bGU=
I need the function for ecnode string to base64.
If answer is this so how can put my column as input of my query.