Table Function Reference

Description

Table functions return columns of a table, resembling a table created through a simple CREATE TABLE statement. A table function can be used only in the FROM clause of a statement.

Click here to navigate to the IBM DB2 docs page for this syntax.

Grammar Syntax

Sample Source Patterns

For the transformation of Table Function Reference, we must comment out the table-UDF-cardinality-clause. This clause is used for performance reasons, and is not relevant in Snowflake.

IBM DB2

Snowflake

Note that each function along with the type of it's arguments specified in the table reference must exist, otherwise it will cause errors.

  1. MSCEWI1002: REMOVED, NOT APPLICABLE IN SNOWFLAKE.

Last updated

Was this helpful?