Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL formatiing question
Message
From
20/07/1999 14:44:01
 
 
To
20/07/1999 13:40:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00243666
Message ID:
00243709
Views:
21
>Hi,
>
>what is the best way to 'force' SQL to formatt a numeric field to a certain width and decimals? For example, suppose I have QTY as 14,4 field and PRICE as an 14, 4 also. when I do a select QTY * PRICE as TOTAL, it ends up as a 20, 4 field when all I may really want is another 14,4 or even a 10,2 depending on what I'm doing. This gets even more complicated when using UNION between varying length fields in different cursors.
>
>Ideas?
>
>Thanks!
>Ken

Add a 0 value in the format you want:

SELECT (qty*price)+00000000000.00 AS total ....
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform