GREATEST

Purpose

This function returns the largest of the specified expressions.

Syntax

greatest::=

Usage Notes

The data type BOOLEAN is not supported.

Example

SELECT GREATEST(1,5,3) GREATEST;