Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange SQL behavior
Message
From
01/06/1999 14:30:55
 
 
To
01/06/1999 13:08:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00225003
Message ID:
00225048
Views:
14
Greg,

SET EXACT is not the correct setting when SQL is involved - you need to SET ANSI.

Cheers,

Jim N

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform