min

expect fun min(operand: Expression): Expression(source)

Creates a MIN(expr) function expression that returns the minimum value in the group of the values expressed by the given expression.

Return

The MIN(expr) function.

Parameters

operand

The expression.

actual fun min(operand: Expression): Expression(source)
actual fun min(operand: Expression): Expression(source)