Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New SQL: What's with the GROUP BY error?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
New SQL: What's with the GROUP BY error?
Divers
Thread ID:
00853362
Message ID:
00853362
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform