SSC-FDM-OR0005
Synonyms are not supported in Snowflake but references to this synonym were changed by the original object name.
Description
Synonyms are not supported in Snowflake. The synonyms are replaced by the original name.
Example Code
Input Code:
CREATE TABLE TABLE1
(
COLUMN1 NUMBER
);
CREATE OR REPLACE SYNONYM B.TABLE1_SYNONYM FOR TABLE1;
SELECT * FROM B.TABLE1_SYNONYM WHERE B.TABLE1_SYNONYM.COLUMN1 = 20;Output Code:
Recommendations
No additional user actions are required.
If you need more support, you can email us at [email protected]
Last updated
