Hello,
I was wondering if someone could tell the correct way to go about using the count statement within a select query. I want to count students attempts at taking an exam but only show users who have done it more than 3 times...
Table: Student_Attempts
Stu_Name Attempts
Bob 3
Mary 6
Sam 8
Jane 1
Its the more than 3 times part that I'm stuck on.
Thanks,
Matthew
I was wondering if someone could tell the correct way to go about using the count statement within a select query. I want to count students attempts at taking an exam but only show users who have done it more than 3 times...
Table: Student_Attempts
Stu_Name Attempts
Bob 3
Mary 6
Sam 8
Jane 1
Its the more than 3 times part that I'm stuck on.
Thanks,
Matthew