UNBASE64
Decodes a Base64-encoded string.
Syntax
UNBASE64(expression varchar) → varbinary
expression: A Base64-encoded string.
Examples
SELECT CAST(UNBASE64('RHJlbWlv') AS VARCHAR)
-- Spice
Last updated
Was this helpful?