Link to home
Start Free TrialLog in
Avatar of anirban_abn
anirban_abn

asked on

SQL Amount Format

Hi,
My Project Backend is MS.SQL 7.0.
In a table there is one field amt_amount, type is Float, Lentgh is 8 and  Prec is 53.

Now the problem is, in case of large value it is not coming in a proper format, it is showing like  "1.3854593718367629E+18". I need to show it in proper format, how to solve this problem.
The of table creation is
"Create Table T_STK amt_amount float (53)"

Please, help me to solve this problem.

Thanks & Regards,
Anirban Das Gupta.

Avatar of anirban_abn
anirban_abn

ASKER

SQL Amount Format
could you post an exemple of what would be a proper format ?

ASKER CERTIFIED SOLUTION
Avatar of arbert
arbert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial