Community

In the PIPE: Compiled SQL PL and PL/SQL Table Functions

(Rick Swagerman) A table function, as you will likely know, is a function that returns a number of rows instead of a single scalar value. Table functions can therefore be invoked in the FROM clause of an SQL statement, while scalar functions get invoked in expressions.

Read More - Register for Free Membership

Tags: