R/duckdb-funs.R
base64.Rd
Converts a blob to a base64 encoded string.
blob
base64(blob = BLOB)
BLOB
VARCHAR
base64('A'::BLOB)