SQL MIN(value), the smallest value of value across the group.
MIN(value)
value
Min<V> min<V>(ColumnOr<V> value) => Min<V>(value);