There is some native function of Firebird that returns me the currency format similar to Brazilian or some stored procedure that does this service.
Example: #. ###, ##
- The point would be the thousands of houses, millions, etc.
- The comma would be the decimal places, in case I wanted it to return two
In mysql it would look like this:
select format(<atributo>,2,'de_DE')