Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I fill one field with several values
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01385968
Message ID:
01386028
Vues:
44
>It's almost right. You don't need ALLTRIM though,and only need LOWER()/UPPER() only if the case of the data is different.
>
>UPDATE Table2 SET Column2 = TRIM(Table1.Column1) + TRIM(Table1.Column3) ;
>	FROM Table2 ;
>		INNER JOIN Table1 ON Table2.Column1 == Table1.Column2
>
>
>THre're no stupid questions, only stupid answers. :)

Both columns have to be the same length.

BTW, I think it's Borislav's tag line :)

Nope, I was wrong. It's probably Vlad's.
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