Table function considerations

 

An external table function is a user-defined function (UDF) that delivers a table to the SQL statement in which it is referenced. A table function reference is valid only in a FROM clause of a SELECT statement.

When using table functions, observe the following:

 

Parent topic:

Writing UDFs as external functions