Oracle lässt as
nicht zu für Tabellenaliase nur Spaltenaliase. Also:
select count(id)
from users usr
where usr.dept = 'SVC';
Oracle lässt as
nicht zu für Tabellenaliase nur Spaltenaliase. Also:
select count(id)
from users usr
where usr.dept = 'SVC';