MSCEWI1056
Create Type Not Supported
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This message appears when a transformable Custom Type is defined, to add feedback about the transformable Custom Types being commented.
Example code
Input Code (Oracle):
CREATE TYPE type1 AS OBJECT (column1 INT);
CREATE OR REPLACE PROCEDURE record_procedure
IS
TYPE record_typ IS RECORD(col1 INTEGER, col2 FLOAT);
BEGIN
NULL;
END;
Output Code:
Recommendations
No end user actions are required.
If you need more support, you can email us at [email protected]
Last updated
