Skip to main content
Version: 0.0.1

BASE64

Categories: String, Binary

BASE64

Returns the Base64 encoding of a binary string.

Syntax

BASE64(expression varbinary) → varchar

  • expression: The string to encode.

Examples

{{< codeheader "BASE64 example" >}}

SELECT BASE64('Dremio')
-- RHJlbWlv