Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE question
Message
 
 
To
20/08/2009 06:58:11
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01419198
Message ID:
01419203
Views:
55
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform