DECODE
Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API
Decodes binary data from a textual representation.
<string>: The encoded string to decode.<format>: The encoding format of the string (base64,hex, orescape).
Returns bytea (binary data) decoded from the textual representation.
Decode a base64-encoded string.
Returns 123\000\001.