select least( 'X', 'x' ) from dual;
SQL> SQL> SQL> select least( 'X', 'x' ) from dual; L - X 1 row selected. SQL> SQL> --