MSCEWI3080
Create Type not supported
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI was removed and replaced by MSCEWI1056.
Severity
High
Description
Create Type statement is not currently supported
Example Code
Input Code:
CREATE TYPE type1 FORCE OID 'abc' SHARING = METADATA DEFAULT COLLATION schema1.collation ACCESSIBLE BY (schema1.unitaccesor) AS OBJECT
(column1 INT, column2 INT)
Output Code:
-- ** MSC-ERROR - MSCEWI3080 - CREATE TYPE NOT SUPPORTED. **
--CREATE TYPE type1 FORCE OID 'abc' SHARING = METADATA DEFAULT COLLATION schema1.collation ACCESSIBLE BY (schema1.unitaccesor) AS OBJECT
--(column1 INT, column2 INT)
Recommendations
No end-user actions are required.
If you need more support, you can email us at [email protected]
Last updated