Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select with two tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01475081
Message ID:
01475082
Vues:
35
>I have a table that contains the field citycode and another table with the field besides cityname. How do I get an extra table with citycode and cityname by a Select?
select T2.* from Table1 T1 inner join Table2 T2 on T1.CityCode = T2.CityCode
Is it what you need?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform