LEAST
LEAST(expr [,expr...])

Returns the lowest value from the list of arguments supplied. The LEAST function can be used with character strings and dates, as well as with numbers.

Example

SQL> SELECT LEAST(1,2,3) FROM dual;

LEAST(1,2,3)
------------
           1

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.