Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select max sum amount
Message
 
 
À
06/09/2011 10:48:51
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01522791
Message ID:
01522794
Vues:
51
select MAX(amount) as [total],
		member_ref,
		description 
from payments 
where description like '%Test%' 
group by member_ref,description 
>
>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform