Oracle tillåter inte as för tabellalias, endast kolumnalias. Så gör:
select count(id)
from users usr
where usr.dept = 'SVC';
Oracle tillåter inte as för tabellalias, endast kolumnalias. Så gör:
select count(id)
from users usr
where usr.dept = 'SVC';