Why can't I give an alias to a table in Oracle DB? I tried to write a statement like this one:
select count(id) from users as usr where usr.dept = "SVC";
But Oracle threw me an error. I don't remember having problem when I use something like this in MySQL.
How can I give an alias to a table in Oracle?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…