Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper syntax for creating sub-queries
Message
De
26/07/2008 15:59:35
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Proper syntax for creating sub-queries
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01334260
Message ID:
01334260
Vues:
61
Dear Experts...
I just upgraded to VFP 9.0, where the syntax for the GROUP BY clause has changed and requires to list all the fields. I am new to su-queries.
I want to select multiple fields from a table but SUM & GROUP BY by field (itm_nuymb) only. Can someone give me a proper syntax to accomplish that. Listed below is a sample code which I think need a sub-query and I am new to that.
             SELECT itm_numb, itm_desc, sls_code, tax_code, SUM(unt_qtty) AS nQty ;
    	FROM table1  GROUP BY itm_numb ORDER BY itm_numb
Thank you in advance.

Raza Malik
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform