Hi so i have been using to_char to round off my decimal to 2 digit. However, when it encounter value like 0.24 it only display .24 and ignore the 0. How should i make it to display 0.24?
to_char(0.24,'9,999,999.99')unit_price
Hi so i have been using to_char to round off my decimal to 2 digit. However, when it encounter value like 0.24 it only display .24 and ignore the 0. How should i make it to display 0.24?
to_char(0.24,'9,999,999.99')unit_price