Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GROUP BY clause is invalid
Message
From
04/08/2007 08:20:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
GROUP BY clause is invalid
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01245947
Message ID:
01245947
Views:
99
hi all,

thanks for idea ,help

i try to run this code i got error message...

SQL: GROUP BY clause is missing or invalid
SET ENGINEBEHAVIOR 70
*| 80 | 90

LOCAL ldStart 

ldStart = DATE()
SELECT nam,bank,sheqno,dat, SUM(amount) AS bill_total FROM Mstr ;
WHERE DAT1= ldStart ;
GROUP BY sheqno ;
      ORDER BY sheqno INTO CURSOR qTmp
SELECT csrBillTotals 
ZAP
APPEND FROM DBF( [qTmp] )
go top
Thisform.grid1.refresh()

REPORT FORM  allbills preview
Next
Reply
Map
View

Click here to load this message in the networking platform