Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Count - Why is this counting everything?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00102086
Message ID:
00102129
Views:
25
>Paul,
>
>You're very close. Count simply gives you the number of records it encounters. What you put inside the parenthises may affect the performance but it certainly won't affect the result.
>
>Try SUM(IIF(ISNULL(Table1.Rnum) > 0,1,0)) AS RnumTotal.
>

That almost worked. SUM(IIF(ISNULL(Table1.Rnum),1,0)) AS RnumTotal worked better. Thanks for the help.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform