min<V> function

Min<V> min<V>(
  1. ColumnOr<V> value
)

SQL MIN(value), the smallest value of value across the group.

Implementation

Min<V> min<V>(ColumnOr<V> value) => Min<V>(value);