Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing numeric precision
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01209894
Message ID:
01209903
Views:
20
>Is there a SQL-Statement way to change the precision of a field when SELECTING from ond dbf file into another? The source dbf has a numeric field of 20,2 that needs a change to 11,2
>thanks

Too bad that CAST is not available for you <g>

You may try VAL(PADL(myField,11))
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform