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

MAXVALUE()

Available in: DSQL, PSQL

Added in: 2.1

Description: Returns the maximum 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: 

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

See also: MINVALUE()

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