This documentation is related to an older version of Firebolt. For the most current documentation, see Firebolt documentation.
BASE64_ENCODE
Encodes a string into Base64 notation.
Syntax
BASE64_ENCODE(<expression>)
Parameter | Description |
---|---|
<expression> | Any expression that evaluates to a TEXT data type |
Example
SELECT
BASE64_ENCODE('Hello World');
Returns: SGVsbG8gV29ybGQ=