Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Error
Message
From
19/05/2006 10:55:40
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
19/05/2006 10:48:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01123575
Message ID:
01123577
Views:
18
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform