mizu_chil
February 6th, 2005, 12:48 PM
I have the following tables: student, section and status
Student Section Status
ben sec1 passed
ann sec1 passed
isaiah sec2 passed
mark sec2 failed
I would like to find a way or the sql statement to be able to produce this kind of result
Section No. of Failures
sec1 0
sec2 1
hope you can help me
Student Section Status
ben sec1 passed
ann sec1 passed
isaiah sec2 passed
mark sec2 failed
I would like to find a way or the sql statement to be able to produce this kind of result
Section No. of Failures
sec1 0
sec2 1
hope you can help me