Application Development Guide


Table Function Considerations

An external table function is a UDF which delivers a table to the SQL in which it is referenced. A table function reference is only valid in a FROM clause of a SELECT. When using table functions, observe the following:


[ Top of Page | Previous Page | Next Page ]