Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Error
Message
De
19/05/2006 10:55:40
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
19/05/2006 10:48:33
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01123575
Message ID:
01123577
Vues:
17
This message has been marked as the solution to the initial question of the thread.
try this. You need a group by when you have a function.
Select Max(opseq) As opseq, 
wkctr, opstc 
From findMOInfoQuery2 
Where opstc = '20' InTo Cursor findMOInfoQuery3
group by wkctr, opstc
>This error is being generated
>
>SQL: GROUP BY clause is missing or invalid
>
>By this code
>
>Select Max(opseq) As opseq, wkctr, opstc From findMOInfoQuery2 Where opstc = '20' InTo Cursor findMOInfoQuery3
>
>Why would this happen?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform