MSCEWI1063
Added statements because object used a custom type
Severity
Description
Example code
Input Code (Oracle):
CREATE TYPE type1 AS OBJECT(type1_column1 INT);
CREATE TABLE table1
(
column1 type1
);
Output Code:
Recommendations
Last updated
