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