hi i need help in sqlite3 how can it get return value of number count of all the list in table
example; studentCount = (Select count(Student) From Student Where YearLevel = 3)
i want to get all the numbers count of all the student in year level 3 and put it in studentCount
thank you
example; studentCount = (Select count(Student) From Student Where YearLevel = 3)
i want to get all the numbers count of all the student in year level 3 and put it in studentCount
thank you
Comment