Posts by Luiz Fernando • 1 point
1 post
-
0
votes3
answers1598
viewsA: How to create a FUNCTION to format currency in POSTGRE?
if you want to keep the original idea, without changing the definition LC_CURRENCY to pt_BR you can use the code below CREATE OR REPLACE FUNCTION formatar_moeda(valor REAL) RETURNS VARCHAR(100) AS…
postgresqlanswered Luiz Fernando 1