TO_BASE64

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Converts data to its equivalent base64 representation.

  • <data>: The data to encode (int, bigint, or bytea).

Returns a text value containing the base64-encoded representation of the data.

Encode an integer to base64.

Returns 'f////w=='.