Muhamed,

I am not sure what you are looking for.  If I understand your question
at all, in SQL the query would be something like:
select name, sum(mark) group by name, order by name;

Dick

--- In [email protected], "Mohammed Faisal" <[EMAIL PROTECTED]> wrote:
>
>   
> Name
> 
> Mark
> 
>  
> 
> xyz
> 
> 40
> 
> abc
> 
> 30
> 
> abc
> 
> 50
> 
>  
> 
> Hi friends
> 
>  
> 
> I have a table as given above which given some mark details for two
> student in various section.now I am about make a query that give the sum
> of marks of the same student
> 
> I expect my table is same as below
> 
>  
> 
> NAME
> 
> MARK
> 
> abc
> 
> 80
> 
> xyz
> 
> 40
> 
>  
> 
> Can you any body help for how to make a query for getting the same
> result
> 
>  
> 
> Thanks & Regards,
> 
>  
> 
> Muhamed Faisal.
> 
>  
> 
> 
> 
> [Non-text portions of this message have been removed]
>


Reply via email to