Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do it in MySQL
Message
 
 
À
01/12/2009 20:16:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01437200
Message ID:
01437203
Vues:
61
Check http://tek-tips.com/viewthread.cfm?qid=1557751&page=3

>I have:
>
>
>inv
>----
>invno, warehouse
>
>1001    Office
>1002    Showroom
>
>invdetail
>----------
>invno, stockid, check
>
>1001   ABC       0
>1001   XYZ       0
>1002   ABC       0
>
>
>I want to set check=1 for warehouse=Office, something like this:
>
> update invdetail set check=1 where inv.warehouse='Office'
>
>how can I do it and how is the statement in SQL.
>
>Thanks for the help
>
>Jerry
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform