You are on page 1of 1

// To find total number of classes

select htno,subcode, count(attd)


from attendance
where htno = '11m61a1201'
group by htno,subcode

You might also like