least « Numeric Math Functions « Oracle PL / SQL






1.select least( 'X', 'x' ) from dual;
2.select least( 'A', 'B', 'C' ) from dual;
3.Use least() to limit the value
4.This script demonstrates the Least functions