select least( 'A', 'B', 'C' ) from dual;
SQL> SQL> select least( 'A', 'B', 'C' ) from dual; L - A 1 row selected. SQL> SQL> --