Encodes a string into Base64 notation.
BASE64_ENCODE(<expr>)
<expr>
STRING
TEXT
VARCHAR
SELECT BASE64_ENCODE('Hello World');
Returns: SGVsbG8gV29ybGQ=
SGVsbG8gV29ybGQ=