Quote:
|
Originally Posted by nittal
... TABLE(SYSPROC.SNAP_GET_APPL_INFO_V95(''))
|
SNAP_GET_APPL_INFO_V95() is a so-called table function: it returns a table.
That explains the keyword TABLE: "from" expects a table/view/nested select, not a function.
Since that function is in the SYSPROC schema, it should be documented in the DB2 SQL manuals under the section "table functions". (Didn't verify, though.)