dblabs/j.sql

4 lines
105 B
MySQL
Raw Normal View History

2024-01-25 19:40:23 +01:00
select sum(credits) as totalSum
from Courses
join Students on Students.pNbr
where pNbr = '790101-1234'