BASE64_DECODE
Base64 decode.
Category: Hash & Encoding Functions
Syntax
BASE64_DECODE(blob)Arguments
- blob
varcharMust be well-formed base64 text; other input is rejected at execution.
Returns
VARBINARY — Returns the computed result as VARBINARY.