TO_BASE64
Encode a string to base-64. This function converts a string argument to its base-64 encoded form.
Syntax
TO_BASE64(str)Description
Examples
SELECT TO_BASE64('Maria');
+--------------------+
| TO_BASE64('Maria') |
+--------------------+
| TWFyaWE= |
+--------------------+Last updated
Was this helpful?

