I understand why. I know, this name is really not valid. But this table exists in my DB. I can’t rename it. I have no permission.
But, may be, there is a some choice for me? How can I execute something like
select COUNT(*) from “order”;
? Thanks.
Obs: Thanks for all, problem resolved.
Oracle stores table names in upper case, so you need: