Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Append
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01422934
Message ID:
01422978
Vues:
76
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform