Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL select question
Message
From
31/03/2008 16:59:29
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01306837
Message ID:
01307149
Views:
10
If you want other columns besides the pk you can try something like this:

Select * from mytable1;
union;
Select * from mytable2 where NOT pk in (select pk from mytable1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform