Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How connect several tabels?
Message
From
05/11/1998 10:24:10
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00154738
Message ID:
00154822
Views:
20
>For example I have 4 same type tables which contains:
>1 table 1995 year's invoices
>2 table 1996 year's invoices
>3 table 1997 year's invoices
>4 table 1998 year's invoices
>
>And for example user wants to know some information from 96-97 years.
>How connect those tables into one to have virtually one table, not 4?
>
>Can I use views? Is there easiest way to do it?
>
>Giedrius

Select * From table96 Where ... Into Cursor tmp ;
Union Select * From table97 Where ...
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform