Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New SQL: What's with the GROUP BY error?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
New SQL: What's with the GROUP BY error?
Miscellaneous
Thread ID:
00853362
Message ID:
00853362
Views:
50
Hi anyone,
I realize that VFP8 is now more 'purest' with SQL expressions. But what would be wrong with the following that would render error "SQL: GROUP BY clause is missing or invalid." (FWIW, this code sample was created by Query Designer.)

Thanks for any ideas,
Steven-
----------------------------------------------------
SELECT Detail.*, Codes.desc;
 FROM ;
     detail ;
    LEFT OUTER JOIN codes ;
   ON  Detail.bccode = Codes.code;
 GROUP BY Detail.bccode;
 ORDER BY Detail.bccode
Next
Reply
Map
View

Click here to load this message in the networking platform