Numeric Math Functions Oracle PLSQL

SQL>
SQL> select greatest( 'A', 'a' )from dual;
G
-
a
1 row selected.
SQL>
SQL> --