Skip to contents

Converts the string to BLOB. Converts UTF-8 characters into literal encoding.

Usage

encode(string = VARCHAR)

Arguments

string

VARCHAR

Value

BLOB

SQL examples

encode('my_string_with_ü')