Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UPDATE question
Message
 
 
À
20/08/2009 06:58:11
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01419198
Message ID:
01419203
Vues:
54
One more to try
UPDATE Test SET n1 = Test.n1 * tm.f1m ;
	FROM Test JOIN ( ;
		SELECT t21.mx AS m1, t22.Mx AS m2, IIF(t21.f1 > t22.f1, t21.f1, t22.f1) AS f1m ;
			FROM Test2 t21, Test2 t22 ; 
		) tm ON tm.m1 = Test.m1 AND tm.m2 = Test.m2	
>
>again, I have a SQL Problem. This time it's an UPDATE:
>
>given
< snip >
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform