Tuesday, 10 September 2013

select Query with sum

select Query with sum

I have a table with 4 columns named
StudentId,StudentName,SubjectNAme,SubjectMark.
I want write a Query to get a view with two Fields Named StudentName and
Total. The Total is Obtained by Summing the subject marks of corresponding
students.
Thanks in advancee

No comments:

Post a Comment