ENCODE
Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API
Encodes binary data into a textual representation.
<data>: The binary data to encode.<format>: The format to use when encoding the string (base64,hex, orescape).
Returns a text value that contains the encoded representation.
- The
escapeformat converts zero bytes and high-bit-set bytes to octal sequences.
Encode binary data to base64.
Returns 'MTIzXDAwMFwwMDE='.