Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending one field only into another table sql statemen
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00580457
Message ID:
00580491
Vues:
17
Wich command gives you this error?

>Hi Sergey,
>I am now getting an "Operator/Operand type mismatch" How do I determine which fields are causing this error? The fields are of the same name, type and width so could it be something else?
>
>>>Here's corrected code
>
>>>Select tableA.field5 as fieldtotal ;
> FROM tableA ;
> INNER JOIN tableB ON tableA.namefield = tableB.namefield ;
> AND tableA.datefield = tableB.datefield
> INTO cursor crsTemp
>
> SELECT mytable
> append from ( dbf('crsTemp') )
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform