SELECT statements can operate on stored procedure result sets [CR 475130]

The following was omitted from the SELECT statement in Chapter “SQL Statements”:

In SELECT statements, a stored procedure call can appear anywhere a base table or view is allowed. Note that CIS functional compensation performance considerations apply. For example, a SELECT statement can also return a result set from a procedure. For syntax and an example, see the FROM clause documentation in the SQL Anywhere Server SQL Reference.