Page 1 of 1

Showing a lot of decimals

Posted: Wed 27 Apr 2016 15:46
by andresm1
Hi,

Making a query some fields contains a lot of decimals (field type NUMBER(13,6)) in this way:

Code: Select all

CAST(thefield AS FLOAT)
  • result In dbForge for SQL Server: 0.35999999999999999
    result in SQL Server Management Studio: 0.36
is there any workaround for this?

Thanks

Re: Showing a lot of decimals

Posted: Thu 28 Apr 2016 11:55
by alexa
There is no such a possibility. However, we will implement it in one of the next product versions.