Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update command
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Update command
Divers
Thread ID:
01210934
Message ID:
01210934
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform