Search code examples
sqlfunctionplsqltimesten

Calling userdefined PLSQL functions in TimesTen database query


How to call PLSQL functions inside the query of TimesTen database. When I am calling, it is giving such error

2818: Unknown function GET_COSTPRICE. If this is a PLSQL function note that such functions are not yet supported in SQL statements.

The command failed.


Solution

  • TimesTen just told you that's not possible:

    note that such functions are not yet supported in SQL statements.