Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting blank numeric column into a query
Message
From
04/04/2005 11:06:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01001211
Message ID:
01001218
Views:
42
>How do I insert a blank column into a query of type numeric(10,2)?
>
>Instead of Amt below being 0, I want to be able to make it numeric(10,2).
>
>SELECT SPACE(20) as PO, 0 a Amt, nbalance from filea
>
>
>
>Thanks in advance


try this
SELECT  SPACE(20) as PO, 0000000.00 as Amt, nbalance from filea
hope this helps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform