Advertisement
fxlik

EDOM - Count hasil by prodi_id and periode_id

Oct 16th, 2020
2,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.16 KB | None | 0 0
  1. SELECT count(*) FROM hasil join matkul on hasil.matkul_id = matkul.id join kelas on hasil.kelas_id = kelas.id
  2. where kelas.periode_id = 365 and matkul.prodi_id = 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement