I have a ESTOQUE
table containing a field called QTDE
, this field has 3 decimal places.
What would be the command to return straight from SQL formatted with 3 houses? Because the whole values are returning without the houses.
I use: Firebird 2.0 / Field: Decimal (15,3)