2
Is there any native function of the Firebird that returns me the same currency format as the Brazilian or some stored Procedure do this job.
Example: #.###,##
- The point would be the thousand houses, millions etc.
- The comma would be the decimal places, in case I wanted it to return two
In mysql would look like this:
select format(<atributo>,2,'de_DE')
http://answall.com/q/3455/91
– rray
@rray tried the two answers of this question but keeps returning me the point as decimal separator and neither appears the thousand separator :(
– SneepS NinjA
And in the case of this question he just wanted to visualize 3 decimal places, it’s not the same case
– SneepS NinjA