DB
FunctionsType Conversion

cast_as_empty

Casts any non-NULL input to an empty string value. NULL inputs remain NULL.

cast_as_empty(…) → String

Kind · scalar

Casts any non-NULL input to an empty string value. NULL inputs remain NULL.

Part of the Type Conversion family.