Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting records where agration of 2 fields is not equal
Message
De
11/05/2001 13:21:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Selecting records where agration of 2 fields is not equal
Divers
Thread ID:
00506288
Message ID:
00506288
Vues:
61
I figured out how to use a left outer join to get values in table 1 and any matching records in table 2. there are 4 fields.
I know how to sum fields 3 and 4 by field 1 (ie select 1 sum(3) as s1 sum(4) as s2 form a order by 1 group by 1 into b).

What I do not see how to do in this step is how to select only records where sum(3) <> sum(4) in the above select.
I can do it in a subsequent select.

Can it be done?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform