FunctionsType Conversion
cast_as_empty
Casts any non-NULL input to an empty string value. NULL inputs remain NULL.
cast_as_empty(…) → StringKind · scalar
Casts any non-NULL input to an empty string value. NULL inputs remain NULL.
Part of the Type Conversion family.