sql-referencesql-functionsfunctionsBASE64Version: 0.0.1On this pageBASE64Categories: String, BinaryBASE64Returns the Base64 encoding of a binary string.SyntaxBASE64(expression varbinary) → varcharexpression: The string to encode.Examples{{< codeheader "BASE64 example" >}}SELECT BASE64('Dremio')-- RHJlbWlv