Oracle
 sql >> Datenbank >  >> RDS >> Oracle

Dezimalstellen in SQL immer anzeigen?

TO_CHAR(pAmount, '9,999,999.99');

http://www.techonthenet.com/oracle/functions/to_char.php

http://www.ss64.com/orasyntax/to_char.html