Link Search Menu Expand Document

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=