Table function considerations

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

When using table functions, observe the following: