select least(12*6,148/2,73) : LEAST « Miscellaneous Functions « Oracle PL/SQL Tutorial






SQL>
SQL>
SQL> select least   (12*6,148/2,73)
  2  from   dual;

LEAST(12*6,148/2,73)
--------------------
                  72

SQL>








17.3.LEAST
17.3.1.Use the Least functions
17.3.2.select least(12*6,148/2,73)
17.3.3.This script demonstrates the Least functions
17.3.4.Use least() to limit the value