G
Guest
Im try to find out which stuents had a greater then avg grade how do i write
this?
I tryed the below no luck.
SELECT studentname
FROM students
WHERE grade = > AVG (grade);
this?
I tryed the below no luck.
SELECT studentname
FROM students
WHERE grade = > AVG (grade);