Posts by Wagner Diniz • 61 points
1 post
- 
		5 votes7 answers180098 viewsA: Format decimal places directly in the SQL command in Firebirdselect format(1.003, 'N', 'pt-br') = 1.00 select format(1.03, 'G', 'pt-br') = 1.0300 select format(1.489, 'C', 'pt-br') = R$ 1,49