Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GROUP BY clause
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
GROUP BY clause
Divers
Thread ID:
00906118
Message ID:
00906118
Vues:
38
I've used the GROUP BY clause thousands of times. Now, all of a sudden in VFP 8.0, I'm getting an error message (Group by clause is missing or invalid) on a simple SQL statement:

SELECT item, vendno, mfgbc ;
FROM icsupl ;
WHERE item = "9999-99-99" ;
GROUP BY 2 ;
INTO CURSOR xxxxx

...will someone tell me what's going on.

Joel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform