Out of Scope
Examples of Out-of-scope code units if multiple SQL Languages
Description
As described in the conversion scope page, some code units are considered out of scope for conversion reasons. Here are some examples of how these code units are printed in the output folder.
Teradata
Function with unsupported language:
CREATE FUNCTION CFEXTERNALINC (p1 INTEGER)
RETURNS TABLE(
c1 INTEGER
)
LANGUAGE java
NO SQL
PARAMETER STYLE SQL
EXTERNAL NAME 'CS!fnc_tbf001udt.c'Snowflake output:
Oracle
Wrapped type definition:
Snowflake output:
Transact SQL
Trigger:
Snowflake output:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
