Oracle nie zezwala na as
w przypadku aliasów tabel tylko aliasy kolumn. Więc zrób:
select count(id)
from users usr
where usr.dept = 'SVC';
Oracle nie zezwala na as
w przypadku aliasów tabel tylko aliasy kolumn. Więc zrób:
select count(id)
from users usr
where usr.dept = 'SVC';