Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Group by clause is missing or invalid - but it is not!!
Message
From
14/07/2006 01:28:40
 
 
To
14/07/2006 01:00:30
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01136284
Message ID:
01136295
Views:
21
One trick is to wrap columns in MIN() or MAX().

>Yikes! I am moving a vfp7.0 app to 9.0, it use sum and group by in a lot of routines. Do you have to group by on all the columns ?
>
>
>
>>Yes, that SQL statement is invalid. You are grouping by one column, but VFP says it cannot make that grouping because it will not know which value of other columns to show if there is more than one value in a column which must be "collapsed" by the group by.
>>
>>For example, let's say you have 2 rows like this:
>>
>>row 1: Val1 = xx, val2 = yy
>>row 2: val1 = xx, val2 = zz
>>
>>Then you issue: select val1, val2 group by val1.
>>
>>If VFP tried to group rows 1 and 2, which value would it show for val2? It would not know which one to show; therefore, VFP declares the group by clause to be invalid.
>>
>>This behavior is by design ever since (I think) VFP 8.0.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform