Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select max sum amount
Message
De
06/09/2011 10:48:51
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Select max sum amount
Divers
Thread ID:
01522791
Message ID:
01522791
Vues:
98
Hi

I have
select sum(amount) as [total],
		member_ref,
		description 
from payments 
where description like '%Test%' 
group by member_ref,description 
how can I select out only the maximum sum amount for each member_ref .

Thanks

Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform