DB
FunctionsType Conversion

to_ascii

Converts values to ASCII-safe text by replacing non-ASCII bytes with '?'.

to_ascii(…) → String

Kind · scalar

Converts values to ASCII-safe text by replacing non-ASCII bytes with '?'.

Part of the Type Conversion family.