Base64
This section contains reference documentation for base64 encode and decode functions.
Signature
Usage Examples
SELECT toBase64(toUtf8('hello!')) AS encoded
FROM ignoreMeencoded
SELECT fromUtf8(fromBase64('aGVsbG8h')) AS decoded
FROM ignoreMedecoded
SELECT fromBase64('aGVsbG8h') AS decoded
FROM ignoreMedecoded
Last updated
Was this helpful?

