TABLE functionName( [ [ functionArg ] [, functionArg ]* ] )
Note that when you invoke a table function, you must bind it to a correlation name. For example:
SELECT s.* FROM TABLE( externalEmployees( 42 ) ) s