How to access to the public synonym when there's another object with the same name in current schema?

StackOverflow https://stackoverflow.com/questions/7144520

  •  08-01-2021
  •  | 
  •  

Pergunta

Someone creates a public synonym for me to access, but I already has a table which has the same name as that public synonym. How can I access to it?

Foi útil?

Solução

Use "PUBLIC" as the schema name, and the quotation marks are required.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top