oracle divide two numbers with two decimal places

select round(a/b,2) from dual;

or

select to_char(a/b,'fm9999999.99') from dual;

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327084599&siteId=291194637