Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select - SQL, Group By errors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Select - SQL, Group By errors
Divers
Thread ID:
00785075
Message ID:
00785075
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform