Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from SQL cursor
Message
De
07/01/2000 17:05:22
 
 
À
07/01/2000 16:57:17
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00314771
Message ID:
00314779
Vues:
34
>I tried "Select * from a,b,c into cursor qcOutput", but i ended up with 27 records instead of 9. I know the extra records are partially because i have no join condition. What is the syntax to fix this?

What are the files structures and what do you want to end up with, that usually helps :-) maybe something like,

select * from a ;
full join b where a.id = b.id, ;
full join c where b.id = c.id ;
into table sqljoin.dbf
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform