Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql statement question.....
Message
De
19/01/2001 15:13:25
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00465939
Message ID:
00465967
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform