pub fn coalesce<V>(
arguments: impl IntoIterator<Item = Expression>,
) -> TypedExpression<V>Expand description
Build a typed SQL COALESCE expression.
pub fn coalesce<V>(
arguments: impl IntoIterator<Item = Expression>,
) -> TypedExpression<V>Build a typed SQL COALESCE expression.