How can we help?

Jovanna.P0912
-
- Community
- Computing Platform Community Discussions
- Help me please!! Then you can use COUNT with GROUP BY to show the number of students with each of those grades.
SELECT COUNT(*),CASE WHEN number_grade > 90 THEN 'A'WHEN number_grade > 80 AND number_grade <= 90 THEN 'B'WHEN number_grade > 70 AND number_grade <= 80 THEN 'C'ELSE 'F'END AS letter_gradeFROM stude...
-
Total activity 2
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 0
-
Subscriptions 1
-
Total activity 2
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 0
-
Subscriptions 1