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