Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select with two tables
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01475081
Message ID:
01475082
Views:
34
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform