Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Northern Province Schools not Started Data entry #63

Open
gprasangika opened this issue Jul 27, 2020 · 0 comments
Open

Northern Province Schools not Started Data entry #63

gprasangika opened this issue Jul 27, 2020 · 0 comments

Comments

@gprasangika
Copy link
Contributor

Name, Census No, Zone and Number of Students, of Northern Province Schools which have not started Data entry.

SELECT openemis.institutions.name as School_Name, openemis.institutions.code as Census_No, openemis.areas.name as Zone
FROM openemis.institutions
inner join openemis.areas
on openemis.institutions.area_id = openemis.areas.id
where openemis.areas.parent_id=9 && openemis.institutions.id not in (SELECT institution_id from openemis.institution_students) && openemis.institutions.institution_status_id = 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant