DB
FunctionsType Conversion

cast_as_ascii

Casts the input value to ASCII text. Non-ASCII bytes are replaced with '?' to keep the output ASCII-safe.

cast_as_ascii(…) → String

Kind · scalar

Casts the input value to ASCII text. Non-ASCII bytes are replaced with '?' to keep the output ASCII-safe.

Part of the Type Conversion family.