SSC-FDM-0015
Referenced custom type in query not found.
Description
Example code
Input Code (Oracle):
--Type was never defined
--CREATE TYPE type1;
CREATE TABLE table1
(
column1 type1
);Output Code:
Recommendations
Last updated
