Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update command
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Update command
Miscellaneous
Thread ID:
01210934
Message ID:
01210934
Views:
66
Hi all,

I HAVE
*-- MEDICNOM.DBF WITH TEMESTA 2.5
*-- TRAITER.DBF WITH JEAN - PIERRE - PAUL ( They Have Temesta 2.5 )

medicnom.gresident is a memo field

I want for Medicnom temesta 2.5 a value for gresident =
"JEAN
PIERRE
PAUL"
   UPDATE Me ;
    SET gresident= '',;
    gresident =;
    Tr.cnomteleph + CR ;
    FROM Medicnom Me;
    JOIN Traiter Tr ON Tr.imedicid = Me.iid ;
   WHERE EXISTS (;
    SELECT Tcor.imedicid FROM Traiter Tcor )
Give only a record ( g PAUL and NOT PIERRE OR PAUL )

Ps PIERRE PAUL AND JEAN HAVE Temesta 2.5

Thank very much for help


bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform