MSCEWI3082
Cannot Convert Nested Type Attribute Expression
Severity
Description
Example Code
Input Code:
CREATE OR REPLACE TYPE type1 AS OBJECT (type1_column1 INT);
CREATE TABLE tableA
(
tableARow1 type1
);
SELECT tableARow1.type1_column1 FROM tableA;Output Code:
Recommendations
Last updated
