Returns the Base64 encoding of a binary string.
expression: The string to encode.
Examples
SELECT BASE64('Spice') -- RHJlbWlv
Last updated 1 year ago