Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select - SQL, Group By errors
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Select - SQL, Group By errors
Miscellaneous
Thread ID:
00785075
Message ID:
00785075
Views:
47
I am in process of upgrading to VFP 8, and having good luck except most of my queries that use a Group By clause are reporting errors. I remember reading some threads that talked about not using GROUP BY 1 so I have tried to be good and use only field names but I am still having problems. What has changed where the following query will work?
Select MainItem, ;
       RecordNum ;
  From curTemp ;
  Group By MainItem ;
  Order By RecordNum
  Into Cursor curMainItems
Next
Reply
Map
View

Click here to load this message in the networking platform