Decode an input String using Base64.
FROM_BASE64(str)
str - The String to be decoded
Returns the Base64-decoded version of str.
#note: This function was added in MySQL 5.6.1.
mysql> SELECT FROM_BASE64('YmFzZTY0IGVuY29kZWQgc3RyaW5n');
-> base64 encoded string