LEAST

Purpose

This function returns the smallest of the specified expressions.

Syntax

least::=

Usage Notes

The data type BOOLEAN is not supported.

Example

SELECT LEAST(3,1,5) LEAST;