MSCEWI1055
Data Type Not Recognized
Severity
Description
Example code
Input Code (Oracle):
--Type was never defined
--CREATE TYPE type1;
CREATE TABLE table1
(
column1 type1
column2 unrecognizedType
);
Output Code:
Recommendations
Last updated
