|
-
Sep 8th, 1999, 06:06 AM
#1
Thread Starter
Member
Hello,
Is there a way to limit the number of decimal point while at the same time sum up the total in SQL??
Code E.g.
Select Dept, Sum(Totalbill, 2) AS Subtotal From Ar GROUP BY Dept order by Dept asc
Or must i use Round(Totalbill, 2) first before sum up.
Note that all this code only execute for viewing purposes using MshFlexGrid
Thks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|