Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange SQL behavior
Message
From
01/06/1999 13:08:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Strange SQL behavior
Miscellaneous
Thread ID:
00225003
Message ID:
00225003
Views:
84
I've noticed some strange sql behavior that maybe someone knows a fix for. I was getting net sales information by state and the sql was something like:

select state, sum(sale) from sales group by state

note: there were a few records where the state was blank and set exact was on

The result of each state pulled in the sales from the blank state also. The each state was overstated by the sum of the blank state. This didn't always happen. It happened when I ran the query 2 or 3 times. If I exited foxpro and then come back in and reran the query it would work properly. Any idea of how to fix this problem
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform