Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GROUP BY: missing clause
Message
De
22/12/2006 11:44:10
 
 
À
22/12/2006 08:57:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01179682
Message ID:
01179768
Vues:
14
Hi Tore,

Thanks for the info. I actually just add the COMNAM_08 as GROUP BY. I am not sure what EB means. Please explain. Thanks!

I have this now and I am getting the right data.
SELECT VENID_55, COMNAM_08, SUM(ORDCST_55*TNXQTY_55) AS POCOST, ;
	SUM(COST_55*TNXQTY_55) AS STDCOST ;					
FROM VRSUMINV1 ;
GROUP BY 1,2 ;
ORDER BY 4 DESC ;
INTO CURSOR VRSUMINV2
Best Regards,
Sam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform