Advertisement
Maks140888

Untitled

May 9th, 2022
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.11 KB | None | 0 0
  1. from solutions a, techers b
  2. where b.techer_id = a.techer_id
  3. GROUP by b.name
  4. having count(a.grade) < 60;
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement