Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best SQL statement
Message
De
09/09/2007 04:10:21
 
 
À
09/09/2007 02:01:06
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01253272
Message ID:
01253277
Vues:
19
Hi,
Try
SELECT fldtrue, SUM(fldsum) FROM table GROUP BY fldcode,fldtrue WHERE fldtrue;
UNION ;
SELECT .F.,SUM(fldsum) FROM table WHERE !fldtrue
>I have a table with below record:
>
>FldCode   FldTrue   FldSum
>  21         T      10000
>  21         T      20000
>  22         T      30000
>  23         F      40000
>  24         F      50000
>
>I want to write a SQL statment that return below result:
>
>FldCode   FldTrue   FldSum
>             T      30000
>             T      30000
>             F      90000
>
>( I want Sum of similar FldCode and so Sum of records that FldTrue = .F. )
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform