Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric added field into query
Message
From
04/07/2002 14:38:45
 
 
To
04/07/2002 14:17:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00675394
Message ID:
00675401
Views:
10
Oscar,

Try

select field1, field2, ..., 000.00000000 as MyNumericField ...

HTH
>I need to prepare a cursor column as n (12, 8)
>
>I’m trying:
>
> select field1, field2, ..., val(“000.00000000”) as MyNumericField ...
>
>
>but I’m getting a numeric with format n(15,2) for MyNumericField
>
>Could somebody give a hint in order to get the numeric field as n(12,8)?
>
>Thanks in advance and regards.
>
>
>Oscar Corte
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform