Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select data from numeric field in formatted manner
Message
 
To
21/10/2006 22:32:45
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 7.0
Miscellaneous
Thread ID:
01163837
Message ID:
01163842
Views:
13
>select data from numeric field in formatted manner like number of decimals for float.
>Rajesh
SELECT CAST(MyFloatField AS N(10,2))
But I prefer to manage such things in my frontend side.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform