Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql statement question.....
Message
From
19/01/2001 15:13:25
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00465939
Message ID:
00465967
Views:
14
What about ...

SELECT * from (
SELECT * from newerror ;
union;
select * from olderror ;
) AllError outer join htc in AllError.id = htc.id


If this doesn´t work try ....


SELECT * from (
SELECT * from newerror ;
union;
select * from olderror ;
) AllError join htc in AllError.id <> htc.id


Greetings
Nuno Brito
Nuno Brito
Previous
Reply
Map
View

Click here to load this message in the networking platform