Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateInternal functions → MINVALUE()
Firebird Home Firebird Home Prev: MAXVALUE()Firebird Documentation IndexUp: Internal functionsNext: MOD()

MINVALUE()

Available in: DSQL, PSQL

Added in: 2.1

Description: Returns the minimum value from a list of numerical, string, or date/time expressions. This function fully supports text BLOBs of any length and character set.

Result type: Varies

Syntax: 

MINVALUE (expr [, expr ...])
  • If one or more expressions resolve to NULL, MINVALUE returns NULL. This behaviour differs from the aggregate function MIN.

See also: MAXVALUE()

Prev: MAXVALUE()Firebird Documentation IndexUp: Internal functionsNext: MOD()
Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateInternal functions → MINVALUE()