Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql makes too many decimal places
Message
From
17/12/1999 13:20:53
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00305338
Message ID:
00305369
Views:
23
>Sylvia, how does your SQL look like?
>You could include ROUND() function (to certain number of decimal places)in your calculation expression, or include ROUND() in the report expression.

Thanks Nick- I used this and it works for me -
round(SUM(c.miles * c.milerate),2) AS reimburse

Appreciate you taking the time-
Previous
Reply
Map
View

Click here to load this message in the networking platform