Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL cursor question
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00448837
Message ID:
00448972
Views:
7
SELECT sales.sal_amt, SUM(refund.ref_amt), customer.cust_num, customer.cust_name ;
FROM sales, customer, refund ;
INTO CURSOR rpt013a ;
WHERE customer.cust_num = sales.cust_num
AND refund.cust_num = customer.cust_num

Play around with different syntax from the command line until you get the result set you want.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform