I'm working with the Firebird database, and I would like to know how to fix a format from an SELECT query. The SELECT query is returning this from the isql
NU_INSCRICAO
=======================
4228949000102.000
But in my software, is returning:
4.2289490001e+012
I actually don't understand what the +012 means, also.