Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL help
Message
From
03/08/2006 09:26:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL help
Miscellaneous
Thread ID:
01142681
Message ID:
01142681
Views:
56
I have a table with policyNo,FundYr,Incurred as fields.

I can get the count and sum of the incurred(losses) by policy and FundYr but I want to know how to get the count of losses over 500,000 in the same sql statement.
select policyNo,FundYr,sum(incurred)as incurred,count(*)as total_cnt from claims group by policyNo,FundYr ..........................
In the past I created a second cursor for over 500000 incurred losses and then joined it to the above cursor. I tried a number of IIF variations but to no success.

I know I am throwing up a soft ball and someone will hit it out of the park probably in record time :-).

Thanks
Gaylen
Next
Reply
Map
View

Click here to load this message in the networking platform