Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SQL Statement
Message
De
11/05/2001 13:19:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SELECT SQL Statement
Divers
Thread ID:
00506284
Message ID:
00506284
Vues:
76
I have two tables with the following structures:

Table1:
DivisionName C(30)
Access N(1)



Table2: Contains information on all divisions
DivisionId N(5)
DivisionName C(30)
Address C(50)
Etc....

What I want to do is gather the DivisionId's for only the DivisionName's listed in Table1.

I tried "Select DivisionId FROM Table2 INTO CURSOR tmpCursor WHERE table1.DivisionName = table2.DivisionName" but this does not seem to work.

What am I doing wrong?

Thanks in advance for your help,
Russell Clendenon
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform