In this blog post, let’s learn about the error message “390 Synonym already used as table name or synonym.” in Hydra and the description of the error.
Error Message
390 Synonym already used as table name or synonym.
Error Details
This CREATE SYNONYM statement names a synonym that is already in use. To see all the synonym and table names currently defined, query systables as follows:
SELECT tabname, owner FROM systables WHERE tabid > 99
Leave a Reply