Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Seeing Double
Message
From
04/05/1998 16:28:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL Seeing Double
Miscellaneous
Thread ID:
00096860
Message ID:
00096860
Views:
46
Hi all,

I'm experiencing a pretty odd anomoly using a SQL statement. The syntax for this query is as follows :

SELECT table1.field1,table1.field2,table1.field3,sum(table2.field1)as newfield1, ;
table2.field2,(sum(table2.field1)+table2.field2) as newfield2,sum(table3.field1) as newfield3 ;
FROM table1,table2,table3 ;
WHERE table2.field3 == table1.field1 ;
AND table3.field2 == table1.field1 ;
AND table2.field4 == "" ;
AND table3.field3 == "" ;
AND table1.field4 = " ;
GROUP BY table1.field1 ;
ORDER BY table1.field1

My problem is that the sum of newfield3 is always twice as much as what is actually in table3.field1. Can anyone explain why this may be happening ?

TIA

Stacey Wilson
Reinsurance Management Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform