Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Seeing Double
Message
De
04/05/1998 16:28:43
Stacey Wilson
Micro Key Software, Inc
Kissimmee, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL Seeing Double
Divers
Thread ID:
00096860
Message ID:
00096860
Vues:
49
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform