Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro data to .Net
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01153891
Message ID:
01154209
Views:
9
Hi,

Kevin, thank for your help. At a first look, this SQL code look exactly what I need, but I'll have to do some test to be sure. I really appreciated your quickly answer.

Thx


>You can do this as one SQL statement:
>UPDATE mittellog SET ESTIM_ID = RV.ESTIM_ID, BILL_LOCAT = RV.BILL_LOCAT
>	FROM REVIEWERIDS RV, mittellog ML
>	where TRIM(ML.reviewerid) <> '' AND TRIM(ML.reviewerco) <> '' 
>	AND ML.reviewerid = RV.reviewerid and ML.reviewerco = RV.reviewerco
>	and ML.estim_id not in (select estim_id from estimators)
Previous
Reply
Map
View

Click here to load this message in the networking platform