Guest User

Untitled

a guest
Oct 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. select ROUND(count(fname) * 100.0/(select count(*) from stud_info WHERE grade = 'FOUR'),2)as 'Total',
  2. status as 'NutritionalStatus'
  3. from stud_info
  4. where grade = 'FOUR'
  5. group by status
Add Comment
Please, Sign In to add comment