FUNCTION OPTIONS OR DATA ACCESS
Some parts in the output code are omitted for clarity reasons.
Non-relevant statement.
Notice that this statement is removed from the migration because it is a non-relevant syntax. It means that it is not required in Snowflake.
Description
Functions options or data access options are statements used in functions on the declaration part to specify certain characteristics. These can be:
CONTAINS SQL
SQL SECURITY DEFINER
COLLATION INVOKER
SPECIFIC FUNCTION_NAME
Sample Source Patterns
Function Options
Notice that in this example the function options have been removed because they are not required in Snowflake.
IN -> Teradata_01.sql
OUT -> Teradata_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated