Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL: GROUP BY clause is missing or invalid
Message
De
02/11/2006 02:21:47
 
 
À
01/11/2006 23:02:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01166491
Message ID:
01166515
Vues:
15
>Hi,
>Try SET ENGINEBEHAVIOR 70

You must name all the fields, and no fields can be a memo field.
Select field1,field2,field3 from detail group by field1,field2,field3
If you absolutely need to include memo fields, you must use two selects, the first like I explained, the second one to include the memo fields.

When you think about it, the way VFP9 does this, is the only way to get the correct result. The "old way" colud give wrong results, that's why it was changed.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform