Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper syntax for creating sub-queries
Message
From
26/07/2008 15:59:35
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Proper syntax for creating sub-queries
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01334260
Message ID:
01334260
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform