Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Short quesiotn -- Intersect Operation
Message
 
 
À
06/06/2002 23:46:35
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00665782
Message ID:
00665794
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Jimi,

You can also use an INNER JOIN here
select distinct depositer.cust_code from depositer ;
   inner join borrower ;
      on depositer.cust_code = borrower.cust_code
>I have syntax error in the following SQL statement, how should I fix it?
>
>(select distinct cust_code from depositer);
>intersect;
>(select distinct cust_code from borrower)
>
>I just copied the statement from my reference book, does VFP have different syntax when process SQL statement?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform