This PL/SQL stored function returns the English language translation of the dollars and cents input. (Range: -999999999999999.99 through 999999999999999.99).
File List:
@PSC_ReadMe_1051_5.txt
1Kb
dollars_and_cents_to_english.sql
10Kb
Similar code
Format integer strings (Function & SP)
(Popularity: ) : Formats a string representing a numeric or decimal value, to an input length of 6000 characters, and adds commas after every set of three numbers, on all values to the right of the decimal (if any) basically it takes a ...