Skip to contents

Converts a base64 encoded string to a character string (BLOB).

Usage

from_base64(string = VARCHAR)

Arguments

string

VARCHAR

Value

BLOB

SQL examples

from_base64('QQ==')