Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine 2 tables - better way?
Message
From
24/02/2004 12:48:55
 
 
To
24/02/2004 12:27:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00880102
Message ID:
00880365
Views:
29
Hi gunnar,

try this
SELECT hist.idfld1 FROM history\frames hist ;
WHERE SomeCondition ;
UNION ;
SELECT cur.idfld1 FROM current\frames cur ;
WHERE SomeCondition;
INTO CURSOR combined
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform