sql-referencesql-functionsfunctionsUNBASE64Version: 0.0.1On this pageUNBASE64Categories: String, BinaryUNBASE64Decodes a Base64-encoded string.SyntaxUNBASE64(expression varchar) → varbinaryexpression: A Base64-encoded string.Examples{{< codeheader "UNBASE64 example" >}}SELECT CAST(UNBASE64('RHJlbWlv') AS VARCHAR)-- Dremio