Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update command
Message
 
À
23/06/2006 12:17:49
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01131206
Message ID:
01131339
Vues:
14
If you want to do it with a SQL command, I think this is what you are after:
update inwardl set ;
    vattype = pc.vattype ;
  from inwardl iw ;
    inner join pcodel pc ;
      on iw.pcode = pc.pcode
HTH,
Chad

>below command not update all the records in "inward1.dbf"
>
>sele 0
>use pcode1
>sele 0
>use inward1
>update inward1 set inward1.vattype=pcode1.vattype where inward1.pcode = pcode1.pcode
>
>
>
>
>warm regards,
>mk.
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform