Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL cursor question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00448837
Message ID:
00448972
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform