ADMIN_Min_Int

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Returns the smallest int value of the two specified. Should one of the specified int values be null, null will be returned.

Return value: bigint

The smallest of the specified values or null if this cannot be determined, i.e. one of the values is null.

Parameters

@x mandatory bigint
Int value.
@y mandatory bigint
Int value.