Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL JOIN
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00155673
Message ID:
00155683
Vues:
14
>Good morning all,
>
>I have 2 tables I wish to join. They both have the same structure, but the conditions they were created with are different. Here's the statement I use:
>
>select distinct exp_1, ass_sclass, Customer.cnt, TP.cnt ;
>from customer full join TP ;
>into table category
>
>I get a syntax error when I try to run the program, but according to the help file, syntax is correct. Any thoughts??
>
>TIA

Hi Perry,

I think FULL JOIN syntax requires ON condition also. I.E:

FROM Customer FULL JOIN TP ON YourCondition

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform