description Returns the Base64 encoding of a binary string. BASE64 Syntax BASE64(expression varbinary) → varchar expression: The string to encode. Examples {% code title="BASE64 example" %} SELECT BASE64('Spice') -- RHJlbWlv {% endcode %}