Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update statement
Message
De
16/01/2002 13:38:43
 
 
À
15/01/2002 23:15:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00605218
Message ID:
00605553
Vues:
13
>---------
>update vehicle set brc_id=(select co_brc from co_temp where cbpo_ref = cbpo_num) where empty(brc_id)=.t.
>---------

Is cbpo_ref a defined varaible with the correct type? Have you tried it like this:

update vehicle set brc_id=(select co_brc from co_temp where cbpo_ref = ?cbpo_num) where empty(brc_id)

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform