Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01422934
Message ID:
01422978
Views:
75
This message has been marked as the solution to the initial question of the thread.
>Naomi
>
>Sorry for missing information
>
>It's just from a table to another

In this case, you would not be able to append character field into numeric, as far as I know. You can try instead
insert into myTable (field1, NumericField, Field3) select field1, cast(CharField as N(10,2)), Field3 from myOtherTable
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform