You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Total number of Students in Central Province, which has been added to the System.
SELECT COUNT(*) as NumberOfStudent from openemis.institution_students
inner join institutions on institution_students.institution_id = institutions.id
where area_id in(SELECT id from openemis.areas where areas.parent_id=3)
The text was updated successfully, but these errors were encountered:
Total number of Students in Central Province, which has been added to the System.
SELECT COUNT(*) as NumberOfStudent from openemis.institution_students
inner join institutions on institution_students.institution_id = institutions.id
where area_id in(SELECT id from openemis.areas where areas.parent_id=3)
The text was updated successfully, but these errors were encountered: