Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dis-JOIN-ted
Message
 
À
30/06/1999 14:52:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00236082
Message ID:
00236098
Vues:
12
>The version of Btrieve that I'm working with as a back end to my VFP front end doesn't support JOINs according to it's help file. How could I accomplish the following without using a JOIN?
>
>SELECT TableA.Field1 + TableB.Field2 FROM TableA JOIN TableB ON TableA.Field1 = TableB.Field3
>
Bob,
SELECT TableA.Field1 + TableB.Field2 ;
  FROM TableA, TableB ;
 WHERE TableA.Field1 = TableB.Field3
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform