Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select - SQL in VFP6 & VFP8
Message
From
14/09/2004 05:35:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Select - SQL in VFP6 & VFP8
Miscellaneous
Thread ID:
00941825
Message ID:
00941825
Views:
58
SELECT inv_mas.inv_no, inv_mas.inv_date, inv_mas.amount, sum(rct_tran.amount) as ytdpaid ;
FROM aidata!inv_mas inner JOIN aidata!rct_tran ;
ON Inv_mas.inv_no = Rct_tran.inv_no ;
GROUP BY 1;
INTO DBF cInv

The above SQL command is perfectly working in VFP6. But when I tried it in VFP8 it gives me the following error message.

SQL: GROUP BY clause is missing or invalid.

Can anyone help me please?

Don
Next
Reply
Map
View

Click here to load this message in the networking platform