Can anyone explain what is wrong with this SQL?
SELECT TO_CHAR(1890.55,'$9,99D9V99') FROM DUAL;
it throws an error:
ORA-01481: invalid number format model
01481. 00000 - "invalid number format model
Cause: The user is attempting to either convert a number to a string via TO_CHAR or a string to a number via TO_NUMBER and has supplied an invalid number format model parameter.
Action: Consult your manual.