Hi,
Got into a situation where in a schema i have a table, say table ACTION , while i got a synonym called ACTION as well which refers to another table to another schema.
Now, when i run the query
select * from ACTION
it will select the records from the table, but not the synonym.
Anyway for me to select from the synonym AND the table both together?
Thanx