Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting records where agration of 2 fields is not equa
Message
 
 
To
11/05/2001 13:21:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00506288
Message ID:
00506329
Views:
15
>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?
Add to your select
HAVING s1 <> s2
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform