For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello -
SELECT TO_CHAR(NVL(MAX(98.56895),0),'990.99') as TEST_VALUE FROM DUAL
OUTPUT:
Expected Output:
Everytime when I SQL Runs I want only output first 2 values after decimal:
98.56